Changeset 70527f1 in mainline for src/time/clock.c
- Timestamp:
- 2005-06-03T14:51:05Z (20 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 673104e
- Parents:
- ac5d02b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/time/clock.c
rac5d02b r70527f1 44 44 #endif 45 45 46 /* 47 * Clock is called from an interrupt and is cpu_priority_high()'d. 46 /** Clock routine 47 * 48 * Clock routine executed from clock interrupt handler 49 * (assuming cpu_priority_high()). Runs expired timeouts 50 * and preemptive scheduling. 51 * 48 52 */ 49 53 void clock(void)
Note:
See TracChangeset
for help on using the changeset viewer.