Skip to content

Commit 4abb537

Browse files
authored
Merge pull request arduino-libraries#143 from Polldo/master
Cordio: remove call to reset sequence
2 parents d6e8cd8 + 3af7cbd commit 4abb537

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/utility/HCICordioTransport.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,6 @@ int HCICordioTransportClass::begin()
211211
}
212212
#else
213213
CordioHCIHook::getDriver().initialize();
214-
CordioHCIHook::getDriver().start_reset_sequence();
215214
#endif
216215

217216
if (bleLoopThread == NULL) {

0 commit comments

Comments
 (0)