git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5185 35acf78f-673a-0410-8e92-d51de3d6d3f4

master
gdisirio 2013-02-15 10:03:15 +00:00
parent 4ef602f5af
commit a6c01f8789
1 changed files with 5 additions and 0 deletions

View File

@ -176,6 +176,11 @@ int main(void) {
halInit();
chSysInit();
/*
* Shell manager initialization.
*/
shellInit();
/*
* Activates the serial driver 1 using the driver default configuration.
*/