summaryrefslogtreecommitdiff
path: root/firmware/drivers/lcd-h100-remote.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/drivers/lcd-h100-remote.c')
-rw-r--r--firmware/drivers/lcd-h100-remote.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/firmware/drivers/lcd-h100-remote.c b/firmware/drivers/lcd-h100-remote.c
index eaf61260cb..8fa193ac9b 100644
--- a/firmware/drivers/lcd-h100-remote.c
+++ b/firmware/drivers/lcd-h100-remote.c
@@ -67,10 +67,7 @@
67/*** globals ***/ 67/*** globals ***/
68 68
69unsigned char lcd_remote_framebuffer[LCD_REMOTE_HEIGHT/8][LCD_REMOTE_WIDTH] 69unsigned char lcd_remote_framebuffer[LCD_REMOTE_HEIGHT/8][LCD_REMOTE_WIDTH]
70#ifndef SIMULATOR 70 IDATA_ATTR;
71 __attribute__ ((section(".idata")))
72#endif
73 ;
74 71
75static int drawmode = DRMODE_SOLID; 72static int drawmode = DRMODE_SOLID;
76static int xmargin = 0; 73static int xmargin = 0;