Changeset cd9dac0 in rtems
- Timestamp:
- 07/08/03 17:17:53 (20 years ago)
- Children:
- a4b8cd02
- Parents:
- 6a8bab6
- Location:
- c/src/lib/libbsp/i386/pc386
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/i386/pc386/ChangeLog
r6a8bab6 rcd9dac0 1 2003-07-08 Joel Sherrill <joel@OARcorp.com> 2 3 * console/console.c: Correct typo. 4 1 5 2003-05-08 Chris Johns <cjohns@cybertec.com.au> 2 6 -
c/src/lib/libbsp/i386/pc386/console/console.c
r6a8bab6 rcd9dac0 296 296 else if(BSPPrintkPort != BSP_CONSOLE_PORT_CONSOLE) 297 297 { 298 printk("illegal assignement of pr ojtk channel");298 printk("illegal assignement of printk channel"); 299 299 rtems_fatal_error_occurred (status); 300 300 }
Note: See TracChangeset
for help on using the changeset viewer.