Missing stdbool.h inclusion; fixes LPC17xx compile error

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5651 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo 2013-02-13 17:29:28 +00:00
parent 23858176d6
commit 35a73c2f2c

View File

@ -44,6 +44,7 @@
#ifndef __ASSEMBLY__
# include <stdint.h>
# include <stdbool.h>
#endif
#include <arch/lpc17xx/chip.h>