summaryrefslogtreecommitdiffstats
path: root/app/lcd.c
diff options
context:
space:
mode:
Diffstat (limited to 'app/lcd.c')
-rw-r--r--app/lcd.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/app/lcd.c b/app/lcd.c
index 714e850..911b798 100644
--- a/app/lcd.c
+++ b/app/lcd.c
@@ -1,5 +1,7 @@
#include "project.h"
+#ifndef SLIM
+
#define FOO do { printf("lcd:%x\r\n",__LINE__); usart1_drain(); } while (0)
#define PCF8574_I2C_ADDRESS 0x27
@@ -342,3 +344,4 @@ lcd_shutdown (void)
lcd_backlight (0);
off ();
}
+#endif