Remove use of __flash within LED drivers (#21343)
This commit is contained in:
		
							parent
							
								
									b2a7420a22
								
							
						
					
					
						commit
						3156cf6da0
					
				
					 6 changed files with 27 additions and 17 deletions
				
			
		| 
						 | 
				
			
			@ -30,7 +30,7 @@ typedef struct is31_led {
 | 
			
		|||
    uint8_t v;
 | 
			
		||||
} __attribute__((packed)) is31_led;
 | 
			
		||||
 | 
			
		||||
extern const is31_led __flash g_is31_leds[LED_MATRIX_LED_COUNT];
 | 
			
		||||
extern const is31_led PROGMEM g_is31_leds[LED_MATRIX_LED_COUNT];
 | 
			
		||||
 | 
			
		||||
void IS31FL3733_init(uint8_t addr, uint8_t sync);
 | 
			
		||||
bool IS31FL3733_write_register(uint8_t addr, uint8_t reg, uint8_t data);
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue