forked from Imagelibrary/rtems
2007-08-28 Joel Sherrill <joel.sherrill@oarcorp.com>
* console/console.c: Add missing semi-colon.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2007-08-28 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* console/console.c: Add missing semi-colon.
|
||||
|
||||
2007-08-06 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* Makefile.am, README.IceCube, preinstall.am, include/bsp.h,
|
||||
|
||||
@@ -660,7 +660,7 @@ static void A_BSP_output_char( char c )
|
||||
*/
|
||||
#if !defined(HAS_UBOOT)
|
||||
if (console_initialized == FALSE )
|
||||
return
|
||||
return;
|
||||
#endif
|
||||
|
||||
#define PRINTK_WRITE mpc5200_uart_pollWrite
|
||||
|
||||
Reference in New Issue
Block a user