diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-02-07 10:06:01 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-02-07 10:06:01 +0000 |
commit | e66e353c4a3141de310b572f75a5ab08bae80d04 (patch) | |
tree | 5abe3667cf61b014a7fda68cc1ea5e276bdc572e /demos | |
parent | d0bb933c14e76536f4b170f5ceb81be0810fade6 (diff) | |
download | ChibiOS-e66e353c4a3141de310b572f75a5ab08bae80d04.tar.gz ChibiOS-e66e353c4a3141de310b572f75a5ab08bae80d04.tar.bz2 ChibiOS-e66e353c4a3141de310b572f75a5ab08bae80d04.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5124 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos')
-rw-r--r-- | demos/PPC-SPC56EL-GCC/main.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/demos/PPC-SPC56EL-GCC/main.c b/demos/PPC-SPC56EL-GCC/main.c index e9a95a7c1..538cfa482 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;
}
|