summaryrefslogtreecommitdiff
path: root/nuttx/configs/teensy/src
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-08-23 22:46:36 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-08-23 22:46:36 +0000
commite55c8494b069f59b0c1380c50cf0993310085dae (patch)
treec7fc027584eedf600050df6a30ca2479d5808b6c /nuttx/configs/teensy/src
parent426094c83cccb43f0d676ed72cc90090e1a406c8 (diff)
downloadpx4-nuttx-e55c8494b069f59b0c1380c50cf0993310085dae.tar.gz
px4-nuttx-e55c8494b069f59b0c1380c50cf0993310085dae.tar.bz2
px4-nuttx-e55c8494b069f59b0c1380c50cf0993310085dae.zip
Lots of defconfig changes for compatibility with the configuration tool
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5050 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs/teensy/src')
-rw-r--r--nuttx/configs/teensy/src/up_spi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/configs/teensy/src/up_spi.c b/nuttx/configs/teensy/src/up_spi.c
index 2ef0908f2..e3284be08 100644
--- a/nuttx/configs/teensy/src/up_spi.c
+++ b/nuttx/configs/teensy/src/up_spi.c
@@ -50,7 +50,7 @@
#include "up_arch.h"
#include "chip.h"
-#include "at90Usb_internal.h"
+#include "at90usb_internal.h"
#include "teensy_internal.h"
#ifdef CONFIG_AVR_SPI