summaryrefslogtreecommitdiff
path: root/nuttx/configs/sam4e-ek
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-03-18 11:00:20 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-03-18 11:00:20 -0600
commit6cfd62faafc115dcdba2e422ecc879e07039d39e (patch)
treed0b4c25fa2350230fbc3d9c2ea19ba220f648700 /nuttx/configs/sam4e-ek
parentf71e1bc02062c01ee235bdc3b1707d0ce91eff2c (diff)
downloadpx4-nuttx-6cfd62faafc115dcdba2e422ecc879e07039d39e.tar.gz
px4-nuttx-6cfd62faafc115dcdba2e422ecc879e07039d39e.tar.bz2
px4-nuttx-6cfd62faafc115dcdba2e422ecc879e07039d39e.zip
SAM4E: Fix a few more UDP bring-up bugs. Still not working
Diffstat (limited to 'nuttx/configs/sam4e-ek')
-rw-r--r--nuttx/configs/sam4e-ek/src/sam_usbmsc.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/nuttx/configs/sam4e-ek/src/sam_usbmsc.c b/nuttx/configs/sam4e-ek/src/sam_usbmsc.c
index 697ba0c86..ad5571107 100644
--- a/nuttx/configs/sam4e-ek/src/sam_usbmsc.c
+++ b/nuttx/configs/sam4e-ek/src/sam_usbmsc.c
@@ -45,10 +45,7 @@
#include <debug.h>
#include <errno.h>
-#include <nuttx/sdio.h>
-#include <nuttx/mmcsd.h>
-
-#include "sam_hsmci.h"
+#include "sam4e-ek.h"
#ifdef CONFIG_SAM34_UDP