mirror of https://github.com/ARMmbed/mbed-os.git
Merge pull request #11058 from paul-szczepanek-arm/make-weak-fix
BLE: allow overriding event signalpull/11069/head
commit
2f136b977f
|
@ -80,7 +80,7 @@ extern "C" void hci_mbed_os_handle_reset_sequence(uint8_t* msg)
|
||||||
* This function will signal to the user code by calling signalEventsToProcess.
|
* This function will signal to the user code by calling signalEventsToProcess.
|
||||||
* It is registered and called into the Wsf Stack.
|
* It is registered and called into the Wsf Stack.
|
||||||
*/
|
*/
|
||||||
extern "C" void wsf_mbed_ble_signal_event(void)
|
extern "C" MBED_WEAK void wsf_mbed_ble_signal_event(void)
|
||||||
{
|
{
|
||||||
ble::vendor::cordio::BLE::deviceInstance().signalEventsToProcess(::BLE::DEFAULT_INSTANCE);
|
ble::vendor::cordio::BLE::deviceInstance().signalEventsToProcess(::BLE::DEFAULT_INSTANCE);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue