1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-24 08:45:36 +03:00
This commit is contained in:
Hao XU 2022-01-19 01:04:35 +08:00
parent ab565b04d7
commit f29f5a87dc

View file

@ -243,8 +243,6 @@ void systemInit(void) {
exit(1);
}
// serial can't been slow down
rescheduleTask(TASK_SERIAL, 1);
}
void systemReset(void){