Changeset ffc277e in mainline for arch/mips/src/console.c
- Timestamp:
- 2005-09-10T00:52:13Z (20 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- f3a6c8e5
- Parents:
- b02e5d1
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/mips/src/console.c
rb02e5d1 rffc277e 32 32 #include <arch/console.h> 33 33 34 static void (*putchar_func)(const char ch) = NULL;35 36 34 static void cons_putchar(const char ch) 37 35 { … … 53 51 } 54 52 53 static void (*putchar_func)(const char ch) = cons_putchar; 54 55 55 void console_init(void) 56 56 {
Note:
See TracChangeset
for help on using the changeset viewer.