summaryrefslogtreecommitdiff
path: root/firmware/drivers
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/drivers')
-rw-r--r--firmware/drivers/lcd-2bit-horz.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/firmware/drivers/lcd-2bit-horz.c b/firmware/drivers/lcd-2bit-horz.c
index 185affbcad..164e94cb73 100644
--- a/firmware/drivers/lcd-2bit-horz.c
+++ b/firmware/drivers/lcd-2bit-horz.c
@@ -38,8 +38,6 @@
38 38
39/*** globals ***/ 39/*** globals ***/
40 40
41#define FB_WIDTH ((LCD_WIDTH+3)/4)
42
43unsigned char lcd_framebuffer[LCD_HEIGHT][FB_WIDTH] IBSS_ATTR; 41unsigned char lcd_framebuffer[LCD_HEIGHT][FB_WIDTH] IBSS_ATTR;
44 42
45static const unsigned char dibits[16] ICONST_ATTR = { 43static const unsigned char dibits[16] ICONST_ATTR = {