fix macro usage

pull/11058/head
paul-szczepanek-arm 2019-07-16 16:59:02 +01:00
parent f13318df60
commit 67c7a06a86
1 changed files with 1 additions and 1 deletions

View File

@ -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.
* 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);
}