Skip to content

Commit 2f136b9

Browse files
author
Seppo Takalo
authored
Merge pull request #11058 from paul-szczepanek-arm/make-weak-fix
BLE: allow overriding event signal
2 parents 12d60f8 + 67c7a06 commit 2f136b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

features/FEATURE_BLE/targets/TARGET_CORDIO/source/CordioBLE.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ extern "C" void hci_mbed_os_handle_reset_sequence(uint8_t* msg)
8080
* This function will signal to the user code by calling signalEventsToProcess.
8181
* It is registered and called into the Wsf Stack.
8282
*/
83-
extern "C" void wsf_mbed_ble_signal_event(void)
83+
extern "C" MBED_WEAK void wsf_mbed_ble_signal_event(void)
8484
{
8585
ble::vendor::cordio::BLE::deviceInstance().signalEventsToProcess(::BLE::DEFAULT_INSTANCE);
8686
}

0 commit comments

Comments
 (0)