aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLorenz Meier <lm@inf.ethz.ch>2014-11-12 09:02:35 +0100
committerDavid Sidrane <david_s5@nscdg.com>2015-04-07 06:07:30 -1000
commitf46bede62182722dca40eea638f32d39a0f5141c (patch)
tree59395fef4d864877d2b39fc1264c3beb240edcca
parentb72d67e1494ee8a759b82c765a02d9c485b6d461 (diff)
downloadpx4-firmware-f46bede62182722dca40eea638f32d39a0f5141c.tar.gz
px4-firmware-f46bede62182722dca40eea638f32d39a0f5141c.tar.bz2
px4-firmware-f46bede62182722dca40eea638f32d39a0f5141c.zip
SPI Dev: Update header location
-rw-r--r--src/drivers/device/spi.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/drivers/device/spi.h b/src/drivers/device/spi.h
index 1d9837689..95b06cd1a 100644
--- a/src/drivers/device/spi.h
+++ b/src/drivers/device/spi.h
@@ -42,7 +42,7 @@
#include "device.h"
-#include <nuttx/spi.h>
+#include <nuttx/spi/spi.h>
namespace device __EXPORT
{