fix error message

pull/13228/head
Paul Szczeanek 2020-06-09 09:24:31 +01:00 committed by Vincent Coubard
parent ebf9ec963d
commit a40d0cb282
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}