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 0a59c0bf89..8283b37fc8 100644
--- a/firmware/export/config.h
+++ b/firmware/export/config.h
@@ -230,6 +230,10 @@
230#define CONFIG_LED 0 230#define CONFIG_LED 0
231#endif 231#endif
232 232
233#ifndef CONFIG_CHARGING
234#define CONFIG_CHARGING 0
235#endif
236
233/* Enable the directory cache and tagcache in RAM if we have 237/* Enable the directory cache and tagcache in RAM if we have
234 * plenty of RAM. Both features can be enabled independently. */ 238 * plenty of RAM. Both features can be enabled independently. */
235#if ((defined(MEMORYSIZE) && (MEMORYSIZE > 8)) || MEM > 8) && \ 239#if ((defined(MEMORYSIZE) && (MEMORYSIZE > 8)) || MEM > 8) && \