fix(ble): fixed the connect issue when rx error aa on ESP32-C2

This commit is contained in:
zwl
2024-12-05 14:54:04 +08:00
parent 15203f9f35
commit 6b01a56e09
7 changed files with 32 additions and 16 deletions
+1 -1
View File
@@ -199,7 +199,7 @@ static void esp_bt_ctrl_log_partition_get_and_erase_first_block(void);
/* Local variable definition
***************************************************************************
*/
#if CONFIG_ESP32C2_REV_MIN_FULL < 200
#if (CONFIG_ESP32C2_REV_MIN_FULL < 200) && (!CONFIG_BT_CTRL_RUN_IN_FLASH_ONLY)
void *g_ble_lll_rfmgmt_env_p;
#endif
/* Static variable declare */