mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-05 15:15:44 +00:00
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>
|
2007-08-06 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||||
|
|
||||||
* Makefile.am, README.IceCube, preinstall.am, include/bsp.h,
|
* 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 !defined(HAS_UBOOT)
|
||||||
if (console_initialized == FALSE )
|
if (console_initialized == FALSE )
|
||||||
return
|
return;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define PRINTK_WRITE mpc5200_uart_pollWrite
|
#define PRINTK_WRITE mpc5200_uart_pollWrite
|
||||||
|
|||||||
Reference in New Issue
Block a user