Changing NuttX fixed size type names to C99 standard names -- things will be broken for awhile

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2352 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo
2009-12-15 20:56:22 +00:00
parent 7f239968e7
commit 83a12256fd
82 changed files with 506 additions and 533 deletions
+2 -3
View File
@@ -43,10 +43,9 @@
#include <nuttx/config.h>
#ifndef __ASSEMBLY__
# include <sys/types.h>
# include <stdint.h>
#endif
/************************************************************************************
* Definitions
************************************************************************************/
@@ -110,7 +109,7 @@ EXTERN void hcs12_boardinitialize(void);
#ifdef CONFIG_ARCH_BUTTONS
EXTERN void up_buttoninit(void);
EXTERN ubyte up_buttons(void);
EXTERN uint8_t up_buttons(void);
#endif
#undef EXTERN