diff --git a/features/FEATURE_BLE/targets/TARGET_CORDIO/stack_adaptation/pal_mbed_os_adaptation.cpp b/features/FEATURE_BLE/targets/TARGET_CORDIO/stack_adaptation/pal_mbed_os_adaptation.cpp index 4635b9b820..fa2f10e3d1 100644 --- a/features/FEATURE_BLE/targets/TARGET_CORDIO/stack_adaptation/pal_mbed_os_adaptation.cpp +++ b/features/FEATURE_BLE/targets/TARGET_CORDIO/stack_adaptation/pal_mbed_os_adaptation.cpp @@ -80,7 +80,7 @@ MBED_WEAK void PalRtcDisableCompareIrq() MBED_WEAK uint32_t PalRtcCounterGet() { - MBED_ERROR(function_not_implemented, "Provide implementation of PalRtcDisableCompareIrq"); + MBED_ERROR(function_not_implemented, "Provide implementation of PalRtcCounterGet"); return 0; }