diff options
Diffstat (limited to 'keyboards/lily58/ssd1306.c')
-rwxr-xr-x | keyboards/lily58/ssd1306.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/lily58/ssd1306.c b/keyboards/lily58/ssd1306.c index 4330c8497d..20c2738db7 100755 --- a/keyboards/lily58/ssd1306.c +++ b/keyboards/lily58/ssd1306.c @@ -13,7 +13,7 @@ #include "sendchar.h" #include "timer.h" -static const unsigned char font[] PROGMEM; +extern const unsigned char font[] PROGMEM; // Set this to 1 to help diagnose early startup problems // when testing power-on with ble. Turn it off otherwise, |