mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-09 13:12:37 -05:00
Fix warnings introduced in prior commit
* #define CONFIG_RTC APPLICATION (in sim builds) * #define CONFIG_STORAGE 0 (in PCTOOL builds) Change-Id: Iabb77bd0a29ca06a13d1075f1e8cedb00f785c64
This commit is contained in:
parent
0f8f05db29
commit
9aa6a35b3f
10 changed files with 11 additions and 9 deletions
|
|
@ -52,7 +52,7 @@
|
|||
#define HAVE_BUTTON_DATA
|
||||
|
||||
/* define this if you have a real-time clock */
|
||||
#define CONFIG_RTC APPLICATION
|
||||
#define CONFIG_RTC RTC_HOSTED
|
||||
|
||||
/* The number of bytes reserved for loadable codecs */
|
||||
#define CODEC_SIZE 0x100000
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue