forked from len0rd/rockbox
Second try at undefing STORAGE_GET_INFO, the previous one was too hasty, sorry.
Change-Id: If938c132d46efcb531227d9fde8cce91104566e0
This commit is contained in:
parent
d7ba70de41
commit
3b7057fdae
2 changed files with 2 additions and 1 deletions
|
@ -1109,9 +1109,11 @@ Lyre prototype 1 */
|
|||
#define INCLUDE_TIMEOUT_API
|
||||
#endif /* HAVE_GUI_BOOST && HAVE_ADJUSTABLE_CPU_FREQ */
|
||||
|
||||
#ifndef SIMULATOR
|
||||
#if defined(HAVE_USBSTACK) || (CONFIG_STORAGE & STORAGE_NAND)
|
||||
#define STORAGE_GET_INFO
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#ifdef CPU_MIPS
|
||||
#include <stdbool.h> /* MIPS GCC fix? */
|
||||
|
|
|
@ -33,7 +33,6 @@
|
|||
#undef HAVE_STORAGE_FLUSH
|
||||
|
||||
#undef CONFIG_NAND
|
||||
#undef HAVE_STORAGE_GET_INFO
|
||||
|
||||
#if defined(CONFIG_CHARGING) && CONFIG_CHARGING > CHARGING_MONITOR
|
||||
#undef CONFIG_CHARGING
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue