fix danglink link in tmr.md

This commit is contained in:
devsaurus 2018-10-07 16:17:38 +02:00
parent 0802418978
commit c1de414ba1
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
The tmr module allows access to simple timers. It is aimed at setting up regularly occurring tasks and timing out operations.
What the tmr module is *not* however, is a time keeping module. While all timeouts are expressed in milliseconds, the accuracy is limited and compounding errors would lead to rather inaccurate time keeping. Consider using the [rtctime](rtctime.md) module for "wall clock" time.
What the tmr module is *not* however, is a time keeping module. While all timeouts are expressed in milliseconds, the accuracy is limited and compounding errors would lead to rather inaccurate time keeping. A module for "wall clock" time is not yet available.
!!! note