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 d9ec798 commit 52b0f21Copy full SHA for 52b0f21
features/FEATURE_BLE/source/BLE.cpp
@@ -142,7 +142,8 @@ BLE::initImplementation(FunctionPointerWithContext<InitializationCompleteCallbac
142
143
// this stub is required by ARMCC otherwise link will systematically fail
144
MBED_WEAK BLEInstanceBase* createBLEInstance() {
145
- MBED_ERROR(MBED_MAKE_ERROR(MBED_MODULE_BLE, MBED_ERROR_CODE_BLE_BACKEND_CREATION_FAILED), "Please provide an implementation for mbed BLE");
+ MBED_ASSERT("No BLE instance implementation.");
146
+ printf("Please provide an implementation for mbed BLE");
147
return NULL;
148
}
149
0 commit comments