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:
parent
8e77390fb2
commit
cc90e3b9a7
3 changed files with 15 additions and 2 deletions
|
@ -152,6 +152,12 @@ bool isMPUSoftReset(void)
|
|||
return false;
|
||||
}
|
||||
|
||||
void systemClockSetup(uint8_t cpuUnderclock)
|
||||
{
|
||||
(void)cpuUnderclock;
|
||||
// This is a stub
|
||||
}
|
||||
|
||||
void systemInit(void)
|
||||
{
|
||||
SetSysClock();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue