summaryrefslogtreecommitdiff
path: root/firmware/export/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config.h')
-rw-r--r--firmware/export/config.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/firmware/export/config.h b/firmware/export/config.h
index aaaac686b1..0a59c0bf89 100644
--- a/firmware/export/config.h
+++ b/firmware/export/config.h
@@ -226,6 +226,10 @@
226#define CONFIG_USBOTG 0 226#define CONFIG_USBOTG 0
227#endif 227#endif
228 228
229#ifndef CONFIG_LED
230#define CONFIG_LED 0
231#endif
232
229/* Enable the directory cache and tagcache in RAM if we have 233/* Enable the directory cache and tagcache in RAM if we have
230 * plenty of RAM. Both features can be enabled independently. */ 234 * plenty of RAM. Both features can be enabled independently. */
231#if ((defined(MEMORYSIZE) && (MEMORYSIZE > 8)) || MEM > 8) && \ 235#if ((defined(MEMORYSIZE) && (MEMORYSIZE > 8)) || MEM > 8) && \