summaryrefslogtreecommitdiff
path: root/firmware/drivers/lcd-scroll.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/drivers/lcd-scroll.c')
-rw-r--r--firmware/drivers/lcd-scroll.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/firmware/drivers/lcd-scroll.c b/firmware/drivers/lcd-scroll.c
index 8ab91ef642..2a58d6ff21 100644
--- a/firmware/drivers/lcd-scroll.c
+++ b/firmware/drivers/lcd-scroll.c
@@ -24,8 +24,6 @@
24/* This file is meant to be #included by scroll_engine.c (twice if a remote 24/* This file is meant to be #included by scroll_engine.c (twice if a remote
25 * is present) */ 25 * is present) */
26 26
27#include "misc.h"
28#include "settings.h"
29#ifndef LCDFN /* Not compiling for remote - define macros for main LCD. */ 27#ifndef LCDFN /* Not compiling for remote - define macros for main LCD. */
30#define LCDFN(fn) lcd_ ## fn 28#define LCDFN(fn) lcd_ ## fn
31#define LCDM(ma) LCD_ ## ma 29#define LCDM(ma) LCD_ ## ma