summaryrefslogtreecommitdiff
path: root/firmware/export/lcd-remote.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/lcd-remote.h')
-rw-r--r--firmware/export/lcd-remote.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/firmware/export/lcd-remote.h b/firmware/export/lcd-remote.h
index b046c0736d..55d3f6fb38 100644
--- a/firmware/export/lcd-remote.h
+++ b/firmware/export/lcd-remote.h
@@ -23,12 +23,11 @@
23#include <stdbool.h> 23#include <stdbool.h>
24#include "cpu.h" 24#include "cpu.h"
25#include "config.h" 25#include "config.h"
26#include "adc.h"
27#include "lcd.h" 26#include "lcd.h"
28 27
29#ifdef HAVE_REMOTE_LCD 28#ifdef HAVE_REMOTE_LCD
30 29
31#if defined(TARGET_TREE) 30#if defined(TARGET_TREE) && !defined(__PCTOOL__)
32#include "lcd-remote-target.h" 31#include "lcd-remote-target.h"
33#endif 32#endif
34 33