From a40d0cb282885af46f0d7af36e3bdc9edfd85e75 Mon Sep 17 00:00:00 2001 From: Paul Szczeanek Date: Tue, 9 Jun 2020 09:24:31 +0100 Subject: [PATCH] fix error message --- .../TARGET_CORDIO/stack_adaptation/pal_mbed_os_adaptation.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }