diff options
author | Ryan <fauxpark@gmail.com> | 2020-06-17 21:42:27 +1000 |
---|---|---|
committer | James Young <18669334+noroadsleft@users.noreply.github.com> | 2020-08-29 14:30:02 -0700 |
commit | e7434c874bcd201906e26aa2ef55ddd3de9cd905 (patch) | |
tree | 0dd7e3c52325e0653700d93d1b74c028ebc79252 /keyboards/comet46 | |
parent | 69e0ad1b2ce43fbf1daa85d22007570430ddf0c7 (diff) |
Remove inclusion of adafruit_ble.h from ssd1306.c (#9355)
Diffstat (limited to 'keyboards/comet46')
-rw-r--r-- | keyboards/comet46/ssd1306.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/keyboards/comet46/ssd1306.c b/keyboards/comet46/ssd1306.c index 20c2738db7..abbed4a49f 100644 --- a/keyboards/comet46/ssd1306.c +++ b/keyboards/comet46/ssd1306.c @@ -4,9 +4,6 @@ #include "i2c.h" #include <string.h> #include "print.h" -#ifdef ADAFRUIT_BLE_ENABLE -#include "adafruit_ble.h" -#endif #ifdef PROTOCOL_LUFA #include "lufa.h" #endif |