Remove an STM32 dependency

This commit is contained in:
Gregory Nutt 2014-04-21 16:59:15 -06:00
parent c46f34a62e
commit a2600cbe83
2 changed files with 4 additions and 6 deletions

View File

@ -888,4 +888,5 @@
architecture-specific initialized is required, yes or no (2014-4-14).
* apps/system/nxplayer/nxplayer.c: Complilation failure in one
configuration reported by Manuel Stuhn (2014-4-21).
* apps/system/sdcard: Remove an STM32 dependency. From Bob Doiron
(2014-4-21)

View File

@ -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