9
0
Fork 0

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

git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@2348 7fd9a85b-ad96-42d3-883c-3090e2eb8679
This commit is contained in:
patacongo 2009-12-15 16:58:10 +00:00
parent 472097f95b
commit dd36a92537
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.
//
//***************************************************************************