Remove an STM32 dependency
This commit is contained in:
parent
c46f34a62e
commit
a2600cbe83
@ -888,4 +888,5 @@
|
|||||||
architecture-specific initialized is required, yes or no (2014-4-14).
|
architecture-specific initialized is required, yes or no (2014-4-14).
|
||||||
* apps/system/nxplayer/nxplayer.c: Complilation failure in one
|
* apps/system/nxplayer/nxplayer.c: Complilation failure in one
|
||||||
configuration reported by Manuel Stuhn (2014-4-21).
|
configuration reported by Manuel Stuhn (2014-4-21).
|
||||||
|
* apps/system/sdcard: Remove an STM32 dependency. From Bob Doiron
|
||||||
|
(2014-4-21)
|
||||||
|
@ -46,11 +46,8 @@
|
|||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
|
#include <nuttx/sdio.h>
|
||||||
#ifdef CONFIG_STM32_SDIO
|
#include <nuttx/mmcsd.h>
|
||||||
# include <nuttx/sdio.h>
|
|
||||||
# include <nuttx/mmcsd.h>
|
|
||||||
#endif
|
|
||||||
|
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* Public Function Prototypes
|
* Public Function Prototypes
|
||||||
|
Loading…
x
Reference in New Issue
Block a user