diff options
| author | mogira <7379940+mogira@users.noreply.github.com> | 2019-05-18 04:37:12 +0900 |
|---|---|---|
| committer | Drashna Jaelre <drashna@live.com> | 2019-05-17 12:37:12 -0700 |
| commit | 9c7818582d9f82b1378cfbfb654dbb8e9348b268 (patch) | |
| tree | d1aa229e4e0816f49678705c5fa38cf514442091 /keyboards | |
| parent | 48b01446ba6b74d7e0793f972873a10fceef2f62 (diff) | |
| download | qmk_firmware-9c7818582d9f82b1378cfbfb654dbb8e9348b268.tar.gz qmk_firmware-9c7818582d9f82b1378cfbfb654dbb8e9348b268.zip | |
Fix the modifier of font variable in ssd1306.c (#5880)
Diffstat (limited to 'keyboards')
| -rw-r--r-- | keyboards/claw44/ssd1306.c | 2 | ||||
| -rw-r--r-- | keyboards/comet46/ssd1306.c | 2 | ||||
| -rw-r--r-- | keyboards/crkbd/ssd1306.c | 2 | ||||
| -rwxr-xr-x | keyboards/lily58/ssd1306.c | 2 | ||||
| -rw-r--r-- | keyboards/yosino58/ssd1306.c | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/keyboards/claw44/ssd1306.c b/keyboards/claw44/ssd1306.c index 781c72263..e32fc091c 100644 --- a/keyboards/claw44/ssd1306.c +++ b/keyboards/claw44/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, |
diff --git a/keyboards/comet46/ssd1306.c b/keyboards/comet46/ssd1306.c index 4330c8497..20c2738db 100644 --- a/keyboards/comet46/ssd1306.c +++ b/keyboards/comet46/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, |
diff --git a/keyboards/crkbd/ssd1306.c b/keyboards/crkbd/ssd1306.c index 4330c8497..20c2738db 100644 --- a/keyboards/crkbd/ssd1306.c +++ b/keyboards/crkbd/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, |
diff --git a/keyboards/lily58/ssd1306.c b/keyboards/lily58/ssd1306.c index 4330c8497..20c2738db 100755 --- a/keyboards/lily58/ssd1306.c +++ b/keyboards/lily58/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, |
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, |
