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:
parent
9ba9db7e9d
commit
8e813e8811
@ -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.
|
||||
//
|
||||
//***************************************************************************
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user