mirror of https://github.com/ARMmbed/mbed-os.git
fix error message
parent
ebf9ec963d
commit
a40d0cb282
|
@ -80,7 +80,7 @@ MBED_WEAK void PalRtcDisableCompareIrq()
|
||||||
|
|
||||||
MBED_WEAK uint32_t PalRtcCounterGet()
|
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;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue