mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-08 20:47:08 +03:00
SPIRAM cannot be used for initialized data - release
This commit is contained in:
@@ -40,7 +40,8 @@ static EXT_RAM_ATTR struct led_s {
|
|||||||
TimerHandle_t timer;
|
TimerHandle_t timer;
|
||||||
} leds[MAX_LED];
|
} leds[MAX_LED];
|
||||||
|
|
||||||
static EXT_RAM_ATTR struct {
|
// can't use EXT_RAM_ATTR for initialized structure
|
||||||
|
static struct {
|
||||||
int gpio;
|
int gpio;
|
||||||
int active;
|
int active;
|
||||||
int pwm;
|
int pwm;
|
||||||
|
|||||||
Reference in New Issue
Block a user