mirror of
https://github.com/apache/nuttx.git
synced 2026-05-31 23:40:19 +08:00
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:
@@ -44,6 +44,7 @@
|
|||||||
|
|
||||||
#ifndef __ASSEMBLY__
|
#ifndef __ASSEMBLY__
|
||||||
# include <stdint.h>
|
# include <stdint.h>
|
||||||
|
# include <stdbool.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <arch/lpc17xx/chip.h>
|
#include <arch/lpc17xx/chip.h>
|
||||||
|
|||||||
Reference in New Issue
Block a user