Changeset 43114c5 in mainline for src/time/delay.c
- Timestamp:
- 2005-04-09T18:22:53Z (20 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 8262010
- Parents:
- e6ba9a3f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/time/delay.c
re6ba9a3f r43114c5 42 42 43 43 pri = cpu_priority_high(); 44 asm_delay_loop(microseconds * the->cpu->delay_loop_const);44 asm_delay_loop(microseconds * CPU->delay_loop_const); 45 45 cpu_priority_restore(pri); 46 46 }
Note:
See TracChangeset
for help on using the changeset viewer.