Changeset 70527f1 in mainline for src/time/clock.c


Ignore:
Timestamp:
2005-06-03T14:51:05Z (20 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
673104e
Parents:
ac5d02b
Message:

doxygen-style comments
cleanups

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/time/clock.c

    rac5d02b r70527f1  
    4444#endif
    4545
    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 *
    4852 */
    4953void clock(void)
Note: See TracChangeset for help on using the changeset viewer.