Needs to include nuttx/board.h, not nuttx/arch.h for button interfaces

This commit is contained in:
Gregory Nutt 2015-03-14 11:59:44 -06:00
parent b7768bea79
commit 99d374aab2

View File

@ -52,7 +52,7 @@
#include <unistd.h>
#include <debug.h>
#include <nuttx/arch.h>
#include <nuttx/board.h>
/****************************************************************************
* Pre-processor Definitions