mirror of
https://github.com/oliverschmidt/contiki.git
synced 2025-02-08 19:31:03 +00:00
* The clock interrupt must be scheduled relative to the last interrupt, not relative to the current time (which may have progressed significantly) * clock_time() must increase continuously, so that code that may be spinning around clock_time() will make progress, not only after each interrupt