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).
|
||||
* 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)
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user