mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
Merge branch 'bugfix/esp_system_make_xt_wdt_lock_static' into 'master'
bugfix (esp_system): made xt_wdt spinlock static See merge request espressif/esp-idf!19113
This commit is contained in:
commit
dc7d39d6cf
@ -31,7 +31,7 @@ static xt_wdt_hal_context_t s_hal_ctx;
|
||||
static esp_xt_callback_t s_callback_func;
|
||||
static void *s_callback_arg;
|
||||
|
||||
portMUX_TYPE s_xt_wdt_lock = portMUX_INITIALIZER_UNLOCKED;
|
||||
static portMUX_TYPE s_xt_wdt_lock = portMUX_INITIALIZER_UNLOCKED;
|
||||
|
||||
static IRAM_ATTR void rtc_xt_wdt_default_isr_handler(void *arg)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user