aboutsummaryrefslogtreecommitdiffstats
path: root/demos/PPC-SPC564A-GCC/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'demos/PPC-SPC564A-GCC/main.c')
-rw-r--r--demos/PPC-SPC564A-GCC/main.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/demos/PPC-SPC564A-GCC/main.c b/demos/PPC-SPC564A-GCC/main.c
index c903e96c2..d24db076c 100644
--- a/demos/PPC-SPC564A-GCC/main.c
+++ b/demos/PPC-SPC564A-GCC/main.c
@@ -135,14 +135,14 @@ int main(void) {
chSysInit();
/*
- * Activates the serial driver 1 using the driver default configuration.
+ * Shell manager initialization.
*/
- sdStart(&SD1, NULL);
+ shellInit();
/*
- * Shell manager initialization.
+ * Activates the serial driver 1 using the driver default configuration.
*/
- shellInit();
+ sdStart(&SD1, NULL);
/*
* Creates the blinker thread.