Added serialConfig rate setting into reset function for task rescheduling
This commit is contained in:
parent
4a7555fde3
commit
393b30979f
|
@ -125,6 +125,7 @@ void pgResetFn_serialConfig(serialConfig_t *serialConfig)
|
|||
#endif
|
||||
|
||||
serialConfig->reboot_character = 'R';
|
||||
serialConfig->serial_update_rate_hz = 100;
|
||||
}
|
||||
|
||||
baudRate_e lookupBaudRateIndex(uint32_t baudRate)
|
||||
|
|
Loading…
Reference in New Issue