Skip to content

Commit

Permalink
Remove inclusion of adafruit_ble.h from ssd1306.c (qmk#9355)
Browse files Browse the repository at this point in the history
  • Loading branch information
fauxpark authored and drashna committed Sep 30, 2020
1 parent 9894e54 commit 6e5476c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions drivers/avr/ssd1306.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6e5476c

Please sign in to comment.