We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 289d3d6 commit a263bc7Copy full SHA for a263bc7
src/utility/HCICordioTransport.cpp
@@ -235,7 +235,7 @@ void HCICordioTransportClass::end()
235
bleLoopThread = NULL;
236
}
237
238
-#if defined(ARDUINO_PORTENTA_H7_M4) || defined(ARDUINO_PORTENTA_H7_M7) || defined(ARDUINO_NICLA_VISION) || defined(ARDUINO_GIGA)
+#if !defined(TARGET_STM32H7)
239
CordioHCIHook::getDriver().terminate();
240
#endif
241
0 commit comments