mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-17 13:25:30 +03:00
improved fix
This commit is contained in:
parent
e256639909
commit
078e7fc0a5
1 changed files with 1 additions and 1 deletions
|
@ -478,7 +478,7 @@ static void validateAndFixConfig(void)
|
|||
src = 0;
|
||||
}
|
||||
if (prc >= OSD_TIMER_PREC_COUNT) {
|
||||
prc = OSD_TIMER_PREC_COUNT;
|
||||
prc = 0;
|
||||
}
|
||||
osdConfigMutable()->timers[i] = OSD_TIMER(src, prc, OSD_TIMER_ALARM(timer));
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue