Changeset 25d7709 in mainline for arch/mips32/src/drivers/serial.c
- Timestamp:
- 2006-03-13T20:08:16Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 631ca4d
- Parents:
- 45d6add
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/mips32/src/drivers/serial.c
r45d6add r25d7709 113 113 iroutine old_timer; 114 114 /** Do polling on timer interrupt */ 115 static void timer_replace(int n, void *stack)115 static void timer_replace(int n, istate_t *istate) 116 116 { 117 old_timer(n, stack);118 serial_interrupt(n, stack);117 old_timer(n, istate); 118 serial_interrupt(n, istate); 119 119 } 120 120
Note:
See TracChangeset
for help on using the changeset viewer.