mirror of
https://github.com/apache/nuttx.git
synced 2026-05-20 12:33:27 +08:00
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:
+1
-1
@@ -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.
|
||||
//
|
||||
//***************************************************************************
|
||||
|
||||
|
||||
@@ -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.
|
||||
//
|
||||
//***************************************************************************
|
||||
|
||||
|
||||
Reference in New Issue
Block a user