summaryrefslogtreecommitdiff
path: root/apps/system
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-04-21 16:59:15 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-04-21 16:59:15 -0600
commit9bb3a6dff700ad72179e55f508697a3de81e11a6 (patch)
tree1919beb794bddab08591fc64bcf2cdd935a6ba16 /apps/system
parent8d4d3c04f0f0a2daf58f9cd558e14155376e82a3 (diff)
downloadnuttx-9bb3a6dff700ad72179e55f508697a3de81e11a6.tar.gz
nuttx-9bb3a6dff700ad72179e55f508697a3de81e11a6.tar.bz2
nuttx-9bb3a6dff700ad72179e55f508697a3de81e11a6.zip
Remove an STM32 dependency
Diffstat (limited to 'apps/system')
-rw-r--r--apps/system/sdcard/sdcard.c7
1 files changed, 2 insertions, 5 deletions
diff --git a/apps/system/sdcard/sdcard.c b/apps/system/sdcard/sdcard.c
index 56ab74f44..fba01c3ae 100644
--- a/apps/system/sdcard/sdcard.c
+++ b/apps/system/sdcard/sdcard.c
@@ -46,11 +46,8 @@
#include <stdio.h>
#include <string.h>
#include <errno.h>
-
-#ifdef CONFIG_STM32_SDIO
-# include <nuttx/sdio.h>
-# include <nuttx/mmcsd.h>
-#endif
+#include <nuttx/sdio.h>
+#include <nuttx/mmcsd.h>
/****************************************************************************
* Public Function Prototypes