Skip to content

Commit 67c7a06

Browse files
fix macro usage
1 parent f13318d commit 67c7a06

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-
MBED_WEAK 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)