forked from Imagelibrary/rtems
2009-11-05 Till Straumann <strauman@slac.stanford.edu>
* console/console.c: Fixed compiler warning.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2009-11-05 Till Straumann <strauman@slac.stanford.edu>
|
||||
|
||||
* console/console.c: Fixed compiler warning.
|
||||
|
||||
2009-11-05 Till Straumann <strauman@slac.stanford.edu>
|
||||
|
||||
* start/start.S, console/console.c: Separated code
|
||||
|
||||
@@ -149,7 +149,7 @@ BSP_runtime_console_select(int *, int *) __attribute__((weak));
|
||||
* device.
|
||||
*/
|
||||
void
|
||||
BSP_console_select()
|
||||
BSP_console_select(void)
|
||||
{
|
||||
const char* mode;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user