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

master
gdisirio 2012-09-08 14:08:27 +00:00
parent 75c87385f2
commit 216c036191
1 changed files with 5 additions and 0 deletions

View File

@ -238,6 +238,11 @@ int main(void) {
halInit();
chSysInit();
/*
* Shell manager initialization.
*/
shellInit();
/*
* Initializes a serial-over-USB CDC driver.
*/