Skip to content

Commit

Permalink
Merge branch 'fix/brownout_crash_v5.3' into 'release/v5.3'
Browse files Browse the repository at this point in the history
fix(brownout): fixed brownout isr crashing if cache disabled (v5.3)

See merge request espressif/esp-idf!30831
  • Loading branch information
ESP-Marius committed May 20, 2024
2 parents 95cfd39 + 1a1a708 commit 41ff5a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/esp_system/port/brownout.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
#define BROWNOUT_DET_LVL 0
#endif

static __attribute__((unused)) DRAM_ATTR const char *TAG = "BOD";
static __attribute__((unused)) DRAM_ATTR const char TAG[] = "BOD";

#if CONFIG_ESP_SYSTEM_BROWNOUT_INTR
IRAM_ATTR static void rtc_brownout_isr_handler(void *arg)
Expand Down

0 comments on commit 41ff5a2

Please sign in to comment.