summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--firmware/export/config.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/firmware/export/config.h b/firmware/export/config.h
index c1f6ecc28b..50f35c5212 100644
--- a/firmware/export/config.h
+++ b/firmware/export/config.h
@@ -499,6 +499,11 @@ Lyre prototype 1 */
499/* no known platform */ 499/* no known platform */
500#endif 500#endif
501 501
502#ifdef __PCTOOL__
503#undef CONFIG_CPU
504#define CONFIG_CPU 0
505#endif
506
502#ifdef APPLICATION 507#ifdef APPLICATION
503#define CONFIG_CPU 0 508#define CONFIG_CPU 0
504#define CONFIG_STORAGE 0 509#define CONFIG_STORAGE 0