Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 4960c47

Browse files
committedJul 31, 2024
fix(): Diff formatting
1 parent 971f76c commit 4960c47

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎patches/esp32c6_provisioning_bluedroid.diff

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ index 8a4ae0f3d9..cd6421c6e5 100644
33
--- a/components/protocomm/src/simple_ble/simple_ble.c
44
+++ b/components/protocomm/src/simple_ble/simple_ble.c
55
@@ -225,7 +225,7 @@ esp_err_t simple_ble_start(simple_ble_cfg_t *cfg)
6-
#ifdef CONFIG_BTDM_CTRL_MODE_BTDM
6+
#ifdef CONFIG_BTDM_CTRL_MODE_BTDM
77
ret = esp_bt_controller_enable(ESP_BT_MODE_BTDM);
88
-#elif defined CONFIG_BTDM_CTRL_MODE_BLE_ONLY || CONFIG_BT_CTRL_MODE_EFF
99
+#elif defined CONFIG_BTDM_CTRL_MODE_BLE_ONLY || CONFIG_BT_CTRL_MODE_EFF || CONFIG_IDF_TARGET_ESP32C6
1010
ret = esp_bt_controller_enable(ESP_BT_MODE_BLE);
11-
#else
12-
ESP_LOGE(TAG, "Configuration mismatch. Select BLE Only or BTDM mode from menuconfig");
11+
#else
12+
ESP_LOGE(TAG, "Configuration mismatch. Select BLE Only or BTDM mode from menuconfig");

0 commit comments

Comments
 (0)
Please sign in to comment.