Fixed shell initialization.

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@14131 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
This commit is contained in:
Giovanni Di Sirio 2021-04-03 13:07:03 +00:00
parent 4fa307658e
commit b9a7546678
1 changed files with 5 additions and 0 deletions

View File

@ -86,6 +86,11 @@ void c1_main(void) {
sioStart(&SIOD1, NULL);
sioStartOperation(&SIOD1, NULL);
/*
* Shell manager initialization.
*/
shellInit();
/*
* Normal main() thread activity, in this demo it does nothing except
* sleeping in a loop (re)spawning a shell.