git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5185 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
parent
4ef602f5af
commit
a6c01f8789
|
@ -176,6 +176,11 @@ int main(void) {
|
||||||
halInit();
|
halInit();
|
||||||
chSysInit();
|
chSysInit();
|
||||||
|
|
||||||
|
/*
|
||||||
|
* Shell manager initialization.
|
||||||
|
*/
|
||||||
|
shellInit();
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Activates the serial driver 1 using the driver default configuration.
|
* Activates the serial driver 1 using the driver default configuration.
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue