From 8b9797269053faa03118bc0656dfd03d558e3136 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Mon, 19 Nov 2012 12:12:16 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4831 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- demos/PPC-SPC560P-GCC/main.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'demos') diff --git a/demos/PPC-SPC560P-GCC/main.c b/demos/PPC-SPC560P-GCC/main.c index b296da222..e3c18471d 100644 --- a/demos/PPC-SPC560P-GCC/main.c +++ b/demos/PPC-SPC560P-GCC/main.c @@ -176,6 +176,11 @@ int main(void) { halInit(); chSysInit(); + /* + * Shell manager initialization. + */ + shellInit(); + /* * Activates the serial driver 1 using the driver default configuration. */ -- cgit v1.2.3