mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 08:36:24 +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@2360 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
@@ -997,4 +997,8 @@
|
||||
int in the architecture; Removed non-standard type STATUS
|
||||
* include/ - Added header files stdint.h, stdbool.h, cxx/cstdint, and
|
||||
cxx/cstdbool
|
||||
* Changed ALL references to non-standard fixed-size types (like uint32,
|
||||
ubyte, etc.) to standard types (like uint32_t, uint8_t, etc.) from
|
||||
stdint.h. Use type bool and {true, false} from stdbool. This effected
|
||||
most of the files in the system!
|
||||
|
||||
|
||||
Reference in New Issue
Block a user