mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-05 15:15:44 +00:00
2003-07-08 Joel Sherrill <joel@OARcorp.com>
* console/console.c: Correct typo.
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
2003-07-08 Joel Sherrill <joel@OARcorp.com>
|
||||||
|
|
||||||
|
* console/console.c: Correct typo.
|
||||||
|
|
||||||
2003-05-08 Chris Johns <cjohns@cybertec.com.au>
|
2003-05-08 Chris Johns <cjohns@cybertec.com.au>
|
||||||
|
|
||||||
* HOWTO:
|
* HOWTO:
|
||||||
|
|||||||
@@ -295,7 +295,7 @@ console_initialize(rtems_device_major_number major,
|
|||||||
}
|
}
|
||||||
else if(BSPPrintkPort != BSP_CONSOLE_PORT_CONSOLE)
|
else if(BSPPrintkPort != BSP_CONSOLE_PORT_CONSOLE)
|
||||||
{
|
{
|
||||||
printk("illegal assignement of projtk channel");
|
printk("illegal assignement of printk channel");
|
||||||
rtems_fatal_error_occurred (status);
|
rtems_fatal_error_occurred (status);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user