Skip to content

Commit 3724a95

Browse files
committed
SOC_BT_SUPPORTED
1 parent 52d45ef commit 3724a95

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libraries/BLE/src/BLEDevice.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* Author: kolban
66
*/
77
#include "soc/soc_caps.h"
8-
#if SOC_BLE_SUPPORTED
8+
#if SOC_BT_SUPPORTED
99

1010
#include "sdkconfig.h"
1111
#if defined(CONFIG_BLUEDROID_ENABLED)
@@ -651,4 +651,4 @@ void BLEDevice::setCustomGattsHandler(gatts_event_handler handler) {
651651
}
652652

653653
#endif /* CONFIG_BLUEDROID_ENABLED */
654-
#endif /* SOC_BLE_SUPPORTED */
654+
#endif /* SOC_BT_SUPPORTED */

0 commit comments

Comments
 (0)