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@2348 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo 2009-12-15 16:58:10 +00:00
parent 9ba9db7e9d
commit 8e813e8811
2 changed files with 2 additions and 2 deletions

View File

@ -60,7 +60,7 @@
// NOTE:
// This should take a type of size_t, which for ARM GCC is unsigned long.
// but size_t may actually be a different different type, in sys/include.h,
// it is typed as uint32. Need to REVISIT this.
// it is typed as uint32_t. Need to REVISIT this.
//
//***************************************************************************

View File

@ -60,7 +60,7 @@
// NOTE:
// This should take a type of size_t, which for ARM GCC is unsigned long.
// but size_t may actually be a different different type, in sys/include.h,
// it is typed as uint32. Need to REVISIT this.
// it is typed as uint32_t. Need to REVISIT this.
//
//***************************************************************************