فهرست منبع

Fix the modifier of font variable in ssd1306.c (#5880)

mogira 6 سال پیش
والد
کامیت
9c7818582d
5فایلهای تغییر یافته به همراه5 افزوده شده و 5 حذف شده
  1. 1 1
      keyboards/claw44/ssd1306.c
  2. 1 1
      keyboards/comet46/ssd1306.c
  3. 1 1
      keyboards/crkbd/ssd1306.c
  4. 1 1
      keyboards/lily58/ssd1306.c
  5. 1 1
      keyboards/yosino58/ssd1306.c

+ 1 - 1
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,

+ 1 - 1
keyboards/comet46/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,

+ 1 - 1
keyboards/crkbd/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,

+ 1 - 1
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,

+ 1 - 1
keyboards/yosino58/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,