Skip to content
Snippets Groups Projects
Commit 8e813e88 authored by patacongo's avatar patacongo
Browse files

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
parent 9ba9db7e
No related branches found
No related tags found
No related merge requests found
......@@ -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.
//
//***************************************************************************
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment