mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-16 04:45:24 +03:00
Re-added delay for CLI prints for F4.
This commit is contained in:
parent
530c1fbf42
commit
ee1f59b266
1 changed files with 4 additions and 0 deletions
|
@ -2976,6 +2976,10 @@ static bool cliDumpPrintf(uint8_t dumpMask, bool equalsDefault, const char *form
|
||||||
tfp_format(cliWriter, cliPutp, format, va);
|
tfp_format(cliWriter, cliPutp, format, va);
|
||||||
va_end(va);
|
va_end(va);
|
||||||
|
|
||||||
|
#ifdef USE_SLOW_SERIAL_CLI
|
||||||
|
delay(1);
|
||||||
|
#endif
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue