X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=keyboards%2Flily58%2Fssd1306.c;h=20c2738db774d0d02bf21aa0bcf5228364b98c36;hb=9c7818582d9f82b1378cfbfb654dbb8e9348b268;hp=4330c8497db232faba2710577ca8655efe38cbe1;hpb=48b01446ba6b74d7e0793f972873a10fceef2f62;p=qmk_firmware.git diff --git a/keyboards/lily58/ssd1306.c b/keyboards/lily58/ssd1306.c index 4330c8497..20c2738db 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,