~ruther/qmk_firmware

9c7818582d9f82b1378cfbfb654dbb8e9348b268 — mogira 6 years ago 48b0144
Fix the modifier of font variable in ssd1306.c (#5880)

M keyboards/claw44/ssd1306.c => keyboards/claw44/ssd1306.c +1 -1
@@ 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,

M keyboards/comet46/ssd1306.c => keyboards/comet46/ssd1306.c +1 -1
@@ 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,

M keyboards/crkbd/ssd1306.c => keyboards/crkbd/ssd1306.c +1 -1
@@ 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,

M keyboards/lily58/ssd1306.c => keyboards/lily58/ssd1306.c +1 -1
@@ 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,

M keyboards/yosino58/ssd1306.c => keyboards/yosino58/ssd1306.c +1 -1
@@ 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,