Fix some missing inclusions in include/nuttx/board.h
This commit is contained in:
parent
6667517c24
commit
06866bb2c5
@ -100,6 +100,10 @@
|
||||
|
||||
#include <nuttx/config.h>
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
#include <nuttx/compiler.h>
|
||||
|
||||
#ifdef CONFIG_ARCH_IRQBUTTONS
|
||||
# include <nuttx/irq.h>
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user