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:
Solomon Peachy 2025-10-12 17:04:06 -04:00
parent 0f8f05db29
commit 9aa6a35b3f
10 changed files with 11 additions and 9 deletions

View file

@ -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