Remove use of __flash due to LTO issues (#15268)
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
|
||||
#include "v1.h"
|
||||
#ifdef RGB_MATRIX_ENABLE
|
||||
const is31_led __flash g_is31_leds[DRIVER_LED_TOTAL] = {
|
||||
const is31_led PROGMEM g_is31_leds[DRIVER_LED_TOTAL] = {
|
||||
|
||||
{0, C8_8, C7_8, C6_8}, // LA17
|
||||
{0, C9_8, C7_7, C6_7}, // LA16
|
||||
|
Reference in New Issue
Block a user