summaryrefslogtreecommitdiff
path: root/nuttx/arch
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-09-27 16:12:44 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-09-27 16:12:44 -0600
commitfb4174a0ab1dbecaafac45f5c64ae3444ba8fdc3 (patch)
tree006b51076fe63e70b18742009ab0271238cff36a /nuttx/arch
parentbe41ccbfda91141f499700763501af9300667fe3 (diff)
downloadpx4-nuttx-fb4174a0ab1dbecaafac45f5c64ae3444ba8fdc3.tar.gz
px4-nuttx-fb4174a0ab1dbecaafac45f5c64ae3444ba8fdc3.tar.bz2
px4-nuttx-fb4174a0ab1dbecaafac45f5c64ae3444ba8fdc3.zip
configs/compal_e88 converted to use the kconfig-frontends tools
Diffstat (limited to 'nuttx/arch')
-rw-r--r--nuttx/arch/arm/src/calypso/calypso_spi.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/nuttx/arch/arm/src/calypso/calypso_spi.c b/nuttx/arch/arm/src/calypso/calypso_spi.c
index fda4415c2..881d66da2 100644
--- a/nuttx/arch/arm/src/calypso/calypso_spi.c
+++ b/nuttx/arch/arm/src/calypso/calypso_spi.c
@@ -41,6 +41,7 @@
#include <nuttx/spi/spi.h>
#include <unistd.h>
+#include <semaphore.h>
#include <debug.h>
#include "up_arch.h"