summaryrefslogtreecommitdiff
path: root/keyboards/claw44
diff options
context:
space:
mode:
authormogira <7379940+mogira@users.noreply.github.com>2019-05-18 04:37:12 +0900
committerDrashna Jaelre <drashna@live.com>2019-05-17 12:37:12 -0700
commit9c7818582d9f82b1378cfbfb654dbb8e9348b268 (patch)
treed1aa229e4e0816f49678705c5fa38cf514442091 /keyboards/claw44
parent48b01446ba6b74d7e0793f972873a10fceef2f62 (diff)
Fix the modifier of font variable in ssd1306.c (#5880)
Diffstat (limited to 'keyboards/claw44')
-rw-r--r--keyboards/claw44/ssd1306.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/claw44/ssd1306.c b/keyboards/claw44/ssd1306.c
index 781c722638..e32fc091c2 100644
--- a/keyboards/claw44/ssd1306.c
+++ b/keyboards/claw44/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,