We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b72c94 commit afccc49Copy full SHA for afccc49
1 file changed
src/utility/HCICordioTransport.cpp
@@ -234,7 +234,10 @@ void HCICordioTransportClass::end()
234
delete bleLoopThread;
235
bleLoopThread = NULL;
236
}
237
+
238
+#if !defined(ARDUINO_PORTENTA_H7_M4) && !defined(ARDUINO_PORTENTA_H7_M7) && !defined(ARDUINO_NICLA_VISION)
239
CordioHCIHook::getDriver().terminate();
240
+#endif
241
242
_begun = false;
243
0 commit comments