mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-19 14:25:20 +03:00
Added serialConfig rate setting into reset function for task rescheduling
This commit is contained in:
parent
4a7555fde3
commit
393b30979f
1 changed files with 1 additions and 0 deletions
|
@ -125,6 +125,7 @@ void pgResetFn_serialConfig(serialConfig_t *serialConfig)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
serialConfig->reboot_character = 'R';
|
serialConfig->reboot_character = 'R';
|
||||||
|
serialConfig->serial_update_rate_hz = 100;
|
||||||
}
|
}
|
||||||
|
|
||||||
baudRate_e lookupBaudRateIndex(uint32_t baudRate)
|
baudRate_e lookupBaudRateIndex(uint32_t baudRate)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue