mirror of
https://github.com/apache/nuttx.git
synced 2026-05-21 13:13:08 +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__
|
||||
# include <stdint.h>
|
||||
# include <stdbool.h>
|
||||
#endif
|
||||
|
||||
#include <arch/lpc17xx/chip.h>
|
||||
|
||||
Reference in New Issue
Block a user