]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - keyboards/yosino58/ssd1306.c
Fix the modifier of font variable in ssd1306.c (#5880)
[qmk_firmware.git] / keyboards / yosino58 / ssd1306.c
index 70b7301b38501c0c2c27f0246e5e09f14e70ade9..3353f615f581b3763503a355449655e344f9181b 100644 (file)
@@ -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,