aboutsummaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
Diffstat (limited to 'drivers')
-rw-r--r--drivers/avr/ssd1306.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/avr/ssd1306.c b/drivers/avr/ssd1306.c
index 61d7a9953..205f74950 100644
--- a/drivers/avr/ssd1306.c
+++ b/drivers/avr/ssd1306.c
@@ -5,9 +5,6 @@
5# include <string.h> 5# include <string.h>
6# include "print.h" 6# include "print.h"
7# include "glcdfont.c" 7# include "glcdfont.c"
8# ifdef ADAFRUIT_BLE_ENABLE
9# include "adafruit_ble.h"
10# endif
11# ifdef PROTOCOL_LUFA 8# ifdef PROTOCOL_LUFA
12# include "lufa.h" 9# include "lufa.h"
13# endif 10# endif