mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-21 13:38:42 +00:00
Needs to include nuttx/board.h, not nuttx/arch.h for button interfaces
This commit is contained in:
parent
b7768bea79
commit
99d374aab2
1 changed files with 1 additions and 1 deletions
|
|
@ -52,7 +52,7 @@
|
|||
#include <unistd.h>
|
||||
#include <debug.h>
|
||||
|
||||
#include <nuttx/arch.h>
|
||||
#include <nuttx/board.h>
|
||||
|
||||
/****************************************************************************
|
||||
* Pre-processor Definitions
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue