mirror of
https://github.com/espressif/esp-idf
synced 2025-03-10 01:29:21 -04:00
NimBLE: fix compilation issue in nimble examples for ESP32H2
This commit is contained in:
parent
dc510bc271
commit
0395078a06
@ -42,7 +42,7 @@ void periph_module_reset(periph_module_t periph)
|
||||
portEXIT_CRITICAL_SAFE(&periph_spinlock);
|
||||
}
|
||||
|
||||
#if CONFIG_ESP32_WIFI_ENABLED || CONFIG_BT_ENABLED
|
||||
#if CONFIG_ESP32_WIFI_ENABLED
|
||||
IRAM_ATTR void wifi_bt_common_module_enable(void)
|
||||
{
|
||||
portENTER_CRITICAL_SAFE(&periph_spinlock);
|
||||
|
Loading…
x
Reference in New Issue
Block a user