Small fix to the shell.

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@15879 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
This commit is contained in:
Giovanni Di Sirio 2022-12-18 09:12:16 +00:00
parent b95ae7e467
commit aba38be583
1 changed files with 1 additions and 0 deletions

View File

@ -375,6 +375,7 @@ THD_FUNCTION(shellThread, p) {
/* Putting a delay in order to avoid an endless loop trying to read
an unavailable stream.*/
osalThreadSleepMilliseconds(100);
continue;
#endif
}
lp = parse_arguments(line, &tokp);