aboutsummaryrefslogtreecommitdiffstats
path: root/demos/PPC-SPC56EL-GCC/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'demos/PPC-SPC56EL-GCC/main.c')
-rw-r--r--demos/PPC-SPC56EL-GCC/main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/demos/PPC-SPC56EL-GCC/main.c b/demos/PPC-SPC56EL-GCC/main.c
index 538cfa482..e9a95a7c1 100644
--- a/demos/PPC-SPC56EL-GCC/main.c
+++ b/demos/PPC-SPC56EL-GCC/main.c
@@ -176,7 +176,7 @@ int main(void) {
* RTOS is active.
*/
// halInit();
- chSysInit();
+// chSysInit();
/*
* Activates the serial driver 1 using the driver default configuration.
@@ -198,7 +198,7 @@ int main(void) {
// chThdRelease(shelltp); /* Recovers memory of the previous shell. */
// shelltp = NULL; /* Triggers spawning of a new shell. */
// }
- chThdSleepMilliseconds(1000);
+// chThdSleepMilliseconds(1000);
}
return 0;
}