diff options
Diffstat (limited to 'keyboards/yosino58/ssd1306.c')
| -rw-r--r-- | keyboards/yosino58/ssd1306.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/yosino58/ssd1306.c b/keyboards/yosino58/ssd1306.c index 70b7301b3..3353f615f 100644 --- a/keyboards/yosino58/ssd1306.c +++ b/keyboards/yosino58/ssd1306.c | |||
| @@ -13,7 +13,7 @@ | |||
| 13 | #include "sendchar.h" | 13 | #include "sendchar.h" |
| 14 | #include "timer.h" | 14 | #include "timer.h" |
| 15 | 15 | ||
| 16 | static const unsigned char font[] PROGMEM; | 16 | extern const unsigned char font[] PROGMEM; |
| 17 | 17 | ||
| 18 | // Set this to 1 to help diagnose early startup problems | 18 | // Set this to 1 to help diagnose early startup problems |
| 19 | // when testing power-on with ble. Turn it off otherwise, | 19 | // when testing power-on with ble. Turn it off otherwise, |
