mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-05 06:10:29 +00:00
Remove an STM32 dependency
This commit is contained in:
parent
c46f34a62e
commit
a2600cbe83
2 changed files with 4 additions and 6 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue