Changeset cf26ba9 in mainline for generic/src/time/clock.c
- Timestamp:
- 2006-05-01T12:24:32Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 953b0f33
- Parents:
- ea199e5
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
generic/src/time/clock.c
rea199e5 rcf26ba9 27 27 */ 28 28 29 /** 30 * @file clock.c 31 * @brief High-level clock interrupt handler. 32 * 33 * This file contains the clock() function which is the source 34 * of preemption. It is also responsible for executing expired 35 * timeouts. 36 */ 37 29 38 #include <time/clock.h> 30 39 #include <time/timeout.h>
Note:
See TracChangeset
for help on using the changeset viewer.