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 14e229e commit 5b7f7aaCopy full SHA for 5b7f7aa
features/FEATURE_BLE/targets/TARGET_CORDIO/TESTS/cordio_hci/driver/main.cpp
@@ -55,7 +55,7 @@ static void on_initialization_complete(BLE::InitializationCompleteCallbackContex
55
if (params->error == BLE_ERROR_NONE) {
56
initialization_state = INITIALIZATION_SUCCESS;
57
} else {
58
- initialization_state = INITIALIZATION_SUCCESS;
+ initialization_state = INITIALIZATION_FAILURE;
59
}
60
61
event_queue.break_dispatch();
0 commit comments