aboutsummaryrefslogtreecommitdiffstats
path: root/demos/PPC-SPC560B-GCC
diff options
context:
space:
mode:
Diffstat (limited to 'demos/PPC-SPC560B-GCC')
-rw-r--r--demos/PPC-SPC560B-GCC/main.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/demos/PPC-SPC560B-GCC/main.c b/demos/PPC-SPC560B-GCC/main.c
index 1c26fcd8d..afbc87b61 100644
--- a/demos/PPC-SPC560B-GCC/main.c
+++ b/demos/PPC-SPC560B-GCC/main.c
@@ -173,6 +173,11 @@ int main(void) {
chSysInit();
/*
+ * Shell manager initialization.
+ */
+ shellInit();
+
+ /*
* Activates the serial driver 1 using the driver default configuration.
*/
sdStart(&SD1, NULL);