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 f13318d commit 67c7a06Copy full SHA for 67c7a06
features/FEATURE_BLE/targets/TARGET_CORDIO/source/CordioBLE.cpp
@@ -80,7 +80,7 @@ extern "C" void hci_mbed_os_handle_reset_sequence(uint8_t* msg)
80
* This function will signal to the user code by calling signalEventsToProcess.
81
* It is registered and called into the Wsf Stack.
82
*/
83
-MBED_WEAK extern "C" void wsf_mbed_ble_signal_event(void)
+extern "C" MBED_WEAK void wsf_mbed_ble_signal_event(void)
84
{
85
ble::vendor::cordio::BLE::deviceInstance().signalEventsToProcess(::BLE::DEFAULT_INSTANCE);
86
}
0 commit comments