summaryrefslogtreecommitdiff
path: root/nuttx/arch/avr/include
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-06-11 16:45:31 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-06-11 16:45:31 +0000
commit63866f8da09e268ecb79c346e51355a74f1fd3df (patch)
tree299cc48c9bcfcd1a74dc0117ebe7f5b33b2e2c08 /nuttx/arch/avr/include
parentc0cf3ce4b3306a6ea08d579f84247900b7e9611e (diff)
downloadpx4-nuttx-63866f8da09e268ecb79c346e51355a74f1fd3df.tar.gz
px4-nuttx-63866f8da09e268ecb79c346e51355a74f1fd3df.tar.bz2
px4-nuttx-63866f8da09e268ecb79c346e51355a74f1fd3df.zip
Finsh AVR serial drivers
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3696 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/arch/avr/include')
-rw-r--r--nuttx/arch/avr/include/avr/types.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/arch/avr/include/avr/types.h b/nuttx/arch/avr/include/avr/types.h
index 0ff769576..2dd35a5cb 100644
--- a/nuttx/arch/avr/include/avr/types.h
+++ b/nuttx/arch/avr/include/avr/types.h
@@ -69,7 +69,7 @@ typedef unsigned char _uint8_t;
typedef signed int _int16_t; /* int is 16-bits */
typedef unsigned int _uint16_t;
-typedef signed long _int32_t; /* long is 32-bits */
+typedef signed long _int32_t; /* long is 32-bits */
typedef unsigned long _uint32_t;
typedef signed long long _int64_t; /* long long is 64-bits */
@@ -83,7 +83,7 @@ typedef unsigned int _uintptr_t;
/* This is the size of the interrupt state save returned by irqsave(). */
-typedef unsigned char irqstate_t;
+typedef unsigned char irqstate_t;
#endif /* __ASSEMBLY__ */