Skip to content

Commit 8eba0d1

Browse files
AdrianSoundynfbot
andauthored
Disable Bluetooth test code to allow debugging (#1990)
* Update targetHAL.cpp Disable Bluetooth test code, causes a problem with debugging * Code style fixes Automated fixes for code style. Co-authored-by: nfbot <[email protected]>
1 parent 7224353 commit 8eba0d1

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

targets/FreeRTOS_ESP32/ESP32_WROOM_32/nanoCLR/targetHAL.cpp

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -134,11 +134,10 @@ void nanoHAL_Initialize()
134134
// SOCKETS_DbgInitialize( 0 );
135135

136136
#if (NANOCLR_ESP32_BLE == TRUE)
137-
// Bluetooth test code
138-
// blehr_start(); // Heart rate monitor device test
139-
ibeacon_start(); // Ibeacon test code
137+
// Bluetooth test code
138+
// blehr_start(); // Heart rate monitor device test
139+
// ibeacon_start(); // Ibeacon test code
140140
#endif
141-
142141
}
143142

144143
void nanoHAL_Uninitialize()
@@ -183,4 +182,4 @@ void nanoHAL_Uninitialize()
183182

184183
// Just in case storage is not configured
185184
__nfweak void Storage_Initialize(){};
186-
__nfweak void Storage_Uninitialize(){};
185+
__nfweak void Storage_Uninitialize(){};

0 commit comments

Comments
 (0)