forked from Imagelibrary/rtems
2009-12-01 Till Straumann <strauman@slac.stanford.edu>
* shared/startup/panic.c: Fixed compiler warning.
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
2009-12-01 Till Straumann <strauman@slac.stanford.edu>
|
||||||
|
|
||||||
|
* shared/startup/panic.c: Fixed compiler warning.
|
||||||
|
|
||||||
2009-12-01 Till Straumann <strauman@slac.stanford.edu>
|
2009-12-01 Till Straumann <strauman@slac.stanford.edu>
|
||||||
|
|
||||||
* shared/startup/probeMemEnd.c: removed __here_s_the_real_end
|
* shared/startup/probeMemEnd.c: removed __here_s_the_real_end
|
||||||
|
|||||||
@@ -7,7 +7,7 @@
|
|||||||
#include <libcpu/stackTrace.h>
|
#include <libcpu/stackTrace.h>
|
||||||
|
|
||||||
static void
|
static void
|
||||||
rebootQuestion()
|
rebootQuestion(void)
|
||||||
{
|
{
|
||||||
printk("Press a key to reboot\n");
|
printk("Press a key to reboot\n");
|
||||||
BSP_poll_char_via_serial();
|
BSP_poll_char_via_serial();
|
||||||
|
|||||||
Reference in New Issue
Block a user