diff options
author | Ryan <fauxpark@gmail.com> | 2020-06-17 21:42:27 +1000 |
---|---|---|
committer | Drashna Jael're <drashna@live.com> | 2020-09-30 02:57:05 -0700 |
commit | 6e5476c4476862e0d0941d01e989ec593bd57385 (patch) | |
tree | a0ccc1550f28feb6b1f88a3b44660bd97015e053 /drivers | |
parent | 9894e54f4fc43aafcfb983946581d71b5883b9cb (diff) |
Remove inclusion of adafruit_ble.h from ssd1306.c (#9355)
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/avr/ssd1306.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/avr/ssd1306.c b/drivers/avr/ssd1306.c index 61d7a99531..205f749502 100644 --- a/drivers/avr/ssd1306.c +++ b/drivers/avr/ssd1306.c @@ -5,9 +5,6 @@ # include <string.h> # include "print.h" # include "glcdfont.c" -# ifdef ADAFRUIT_BLE_ENABLE -# include "adafruit_ble.h" -# endif # ifdef PROTOCOL_LUFA # include "lufa.h" # endif |