summaryrefslogtreecommitdiff
path: root/firmware/export/lcd.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/lcd.h')
-rw-r--r--firmware/export/lcd.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/firmware/export/lcd.h b/firmware/export/lcd.h
index 7fcae6edf1..2779bd9c95 100644
--- a/firmware/export/lcd.h
+++ b/firmware/export/lcd.h
@@ -29,7 +29,9 @@
29 29
30#ifdef SIMULATOR 30#ifdef SIMULATOR
31#define lcd_icon(x,y) sim_lcd_icon(x,y) 31#define lcd_icon(x,y) sim_lcd_icon(x,y)
32#ifndef MAX_PATH
32#define MAX_PATH 260 33#define MAX_PATH 260
34#endif
33#else 35#else
34#include "file.h" /* for MAX_PATH; FIXME: Why does this not work for sims? */ 36#include "file.h" /* for MAX_PATH; FIXME: Why does this not work for sims? */
35#endif 37#endif