mirror of
				https://github.com/mfulz/qmk_firmware.git
				synced 2025-11-04 07:12:33 +01:00 
			
		
		
		
	Fix the modifier of font variable in ssd1306.c (#5880)
This commit is contained in:
		
							parent
							
								
									48b01446ba
								
							
						
					
					
						commit
						9c7818582d
					
				@ -13,7 +13,7 @@
 | 
				
			|||||||
#include "sendchar.h"
 | 
					#include "sendchar.h"
 | 
				
			||||||
#include "timer.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
 | 
					// Set this to 1 to help diagnose early startup problems
 | 
				
			||||||
// when testing power-on with ble.  Turn it off otherwise,
 | 
					// when testing power-on with ble.  Turn it off otherwise,
 | 
				
			||||||
 | 
				
			|||||||
@ -13,7 +13,7 @@
 | 
				
			|||||||
#include "sendchar.h"
 | 
					#include "sendchar.h"
 | 
				
			||||||
#include "timer.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
 | 
					// Set this to 1 to help diagnose early startup problems
 | 
				
			||||||
// when testing power-on with ble.  Turn it off otherwise,
 | 
					// when testing power-on with ble.  Turn it off otherwise,
 | 
				
			||||||
 | 
				
			|||||||
@ -13,7 +13,7 @@
 | 
				
			|||||||
#include "sendchar.h"
 | 
					#include "sendchar.h"
 | 
				
			||||||
#include "timer.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
 | 
					// Set this to 1 to help diagnose early startup problems
 | 
				
			||||||
// when testing power-on with ble.  Turn it off otherwise,
 | 
					// when testing power-on with ble.  Turn it off otherwise,
 | 
				
			||||||
 | 
				
			|||||||
@ -13,7 +13,7 @@
 | 
				
			|||||||
#include "sendchar.h"
 | 
					#include "sendchar.h"
 | 
				
			||||||
#include "timer.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
 | 
					// Set this to 1 to help diagnose early startup problems
 | 
				
			||||||
// when testing power-on with ble.  Turn it off otherwise,
 | 
					// when testing power-on with ble.  Turn it off otherwise,
 | 
				
			||||||
 | 
				
			|||||||
@ -13,7 +13,7 @@
 | 
				
			|||||||
#include "sendchar.h"
 | 
					#include "sendchar.h"
 | 
				
			||||||
#include "timer.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
 | 
					// Set this to 1 to help diagnose early startup problems
 | 
				
			||||||
// when testing power-on with ble.  Turn it off otherwise,
 | 
					// when testing power-on with ble.  Turn it off otherwise,
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user