mirror of https://github.com/ARMmbed/mbed-os.git
fix macro usage
parent
f13318df60
commit
67c7a06a86
|
@ -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.
|
||||||
*/
|
*/
|
||||||
MBED_WEAK 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