mirror of https://github.com/ARMmbed/mbed-os.git
make event signal weak so it can be overridden
parent
9cdfe37783
commit
f13318df60
|
@ -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)
|
MBED_WEAK extern "C" 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