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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/firmware/export/config.h b/firmware/export/config.h
index b3616ad3d3..1998720f87 100644
--- a/firmware/export/config.h
+++ b/firmware/export/config.h
@@ -1109,9 +1109,11 @@ Lyre prototype 1 */
1109#define INCLUDE_TIMEOUT_API 1109#define INCLUDE_TIMEOUT_API
1110#endif /* HAVE_GUI_BOOST && HAVE_ADJUSTABLE_CPU_FREQ */ 1110#endif /* HAVE_GUI_BOOST && HAVE_ADJUSTABLE_CPU_FREQ */
1111 1111
1112#ifndef SIMULATOR
1112#if defined(HAVE_USBSTACK) || (CONFIG_STORAGE & STORAGE_NAND) 1113#if defined(HAVE_USBSTACK) || (CONFIG_STORAGE & STORAGE_NAND)
1113#define STORAGE_GET_INFO 1114#define STORAGE_GET_INFO
1114#endif 1115#endif
1116#endif
1115 1117
1116#ifdef CPU_MIPS 1118#ifdef CPU_MIPS
1117#include <stdbool.h> /* MIPS GCC fix? */ 1119#include <stdbool.h> /* MIPS GCC fix? */