2009-11-05 Till Straumann <strauman@slac.stanford.edu>

* console/console.c: Fixed compiler warning.
This commit is contained in:
Till Straumann
2009-11-06 06:12:03 +00:00
parent ccb670c558
commit 6442424a45
2 changed files with 5 additions and 1 deletions

View File

@@ -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

View File

@@ -149,7 +149,7 @@ BSP_runtime_console_select(int *, int *) __attribute__((weak));
* device.
*/
void
BSP_console_select()
BSP_console_select(void)
{
const char* mode;