1
0
Fork 0
mirror of https://github.com/iNavFlight/inav.git synced 2025-07-25 17:25:18 +03:00

Make sure defining/not defining USE_UNDERCLOCK doesn't break the functionality

This commit is contained in:
Konstantin Sharlaimov (DigitalEntity) 2018-02-12 22:24:02 +10:00
parent 8e77390fb2
commit cc90e3b9a7
3 changed files with 15 additions and 2 deletions

View file

@ -152,6 +152,12 @@ bool isMPUSoftReset(void)
return false;
}
void systemClockSetup(uint8_t cpuUnderclock)
{
(void)cpuUnderclock;
// This is a stub
}
void systemInit(void)
{
SetSysClock();