2008-07-31 Joel Sherrill <joel.sherrill@OARcorp.com>

* startup/bspclean.c: Use C style comment.
This commit is contained in:
Joel Sherrill
2008-07-31 14:56:51 +00:00
parent 3c87adba3f
commit 73570ec985
2 changed files with 5 additions and 1 deletions
@@ -1,3 +1,7 @@
2008-07-31 Joel Sherrill <joel.sherrill@OARcorp.com>
* startup/bspclean.c: Use C style comment.
2008-07-27 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Add -ansi to RTEMS_PROG_CC_FOR_TARGET.
@@ -20,5 +20,5 @@
void bsp_cleanup()
{
// TODO
/* TODO - Add something BSP specific here */
}