forked from Imagelibrary/rtems
2008-08-30 Joel Sherrill <joel.sherrill@oarcorp.com>
* bootcard.c: Fix formatting. * console-polled.c: Error if minor < 2 not just <= 2.
This commit is contained in:
@@ -98,7 +98,7 @@ char *rtems_progname;
|
||||
}
|
||||
}
|
||||
|
||||
bsp_libc_init( heap_start, heap_size, 0);
|
||||
bsp_libc_init(heap_start, heap_size, 0);
|
||||
|
||||
return RTEMS_SUCCESSFUL;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user