]> git.donarmstrong.com Git - qmk_firmware.git/commitdiff
Fix the modifier of font variable in ssd1306.c (#5880)
authormogira <7379940+mogira@users.noreply.github.com>
Fri, 17 May 2019 19:37:12 +0000 (04:37 +0900)
committerDrashna Jaelre <drashna@live.com>
Fri, 17 May 2019 19:37:12 +0000 (12:37 -0700)
keyboards/claw44/ssd1306.c
keyboards/comet46/ssd1306.c
keyboards/crkbd/ssd1306.c
keyboards/lily58/ssd1306.c
keyboards/yosino58/ssd1306.c

index 781c7226388a2a465c273c71ea085cbd48d04bc5..e32fc091c24471735c9836c4c2329b062f15c74d 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,
index 4330c8497db232faba2710577ca8655efe38cbe1..20c2738db774d0d02bf21aa0bcf5228364b98c36 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,
index 4330c8497db232faba2710577ca8655efe38cbe1..20c2738db774d0d02bf21aa0bcf5228364b98c36 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,
index 4330c8497db232faba2710577ca8655efe38cbe1..20c2738db774d0d02bf21aa0bcf5228364b98c36 100755 (executable)
@@ -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,
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,