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:
parent
4fa307658e
commit
b9a7546678
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue