Skip to content

Commit e5178c2

Browse files
committed
Disable BLE heartbeat in arduino branch
1 parent 08b931e commit e5178c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

features/FEATURE_BLE/targets/TARGET_Ambiq_Micro/hal/apollo3/hci_drv_apollo3.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
// communication issues that might otherwise go unnoticed.
7979
//
8080
//*****************************************************************************
81-
#define ENABLE_BLE_HEARTBEAT 1
81+
#define ENABLE_BLE_HEARTBEAT 0
8282

8383
//*****************************************************************************
8484
//

0 commit comments

Comments
 (0)