summaryrefslogtreecommitdiff
path: root/firmware/export/config/sim.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config/sim.h')
-rw-r--r--firmware/export/config/sim.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/firmware/export/config/sim.h b/firmware/export/config/sim.h
index 0aeca695f0..89a0f12b6a 100644
--- a/firmware/export/config/sim.h
+++ b/firmware/export/config/sim.h
@@ -25,6 +25,11 @@
25 25
26#undef AMS_OF_SIZE 26#undef AMS_OF_SIZE
27 27
28/* Simulator core requires hotswap */
29#ifndef HAVE_HOTSWAP
30#define HAVE_HOTSWAP
31#endif
32
28#undef HAVE_HOTSWAP_STORAGE_AS_MAIN 33#undef HAVE_HOTSWAP_STORAGE_AS_MAIN
29#undef HAVE_STORAGE_FLUSH 34#undef HAVE_STORAGE_FLUSH
30 35