Changeset c571f42 in mainline
- Timestamp:
- 2009-01-07T23:05:29Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- f651e80
- Parents:
- 7ed2d8f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/arm32/src/console.c
r7ed2d8f rc571f42 38 38 #include <arch/machine.h> 39 39 40 #include <genarch/fb/fb.h> 41 40 42 void console_init(devno_t devno) 41 43 { … … 46 48 void arch_grab_console(void) 47 49 { 50 #ifdef CONFIG_FB 51 fb_redraw(); 52 #endif 48 53 machine_grab_console(); 49 54 }
Note:
See TracChangeset
for help on using the changeset viewer.