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 70d5884 commit d9ec798Copy full SHA for d9ec798
features/FEATURE_BLE/targets/TARGET_CORDIO/source/CordioBLE.cpp
@@ -48,7 +48,8 @@ wsfHandlerId_t stack_handler_id;
48
*/
49
MBED_WEAK ble::vendor::cordio::CordioHCIDriver& ble_cordio_get_hci_driver()
50
{
51
- error("Please provide an implementation for the HCI driver");
+ MBED_ASSERT("No HCI driver");
52
+ printf("Please provide an implementation for the HCI driver");
53
ble::vendor::cordio::CordioHCIDriver* bad_instance = NULL;
54
return *bad_instance;
55
}
0 commit comments