Skip to content
Snippets Groups Projects
Commit 8679d9e6 authored by Paul Sokolovsky's avatar Paul Sokolovsky
Browse files

docs/utime: Remove only:: for ticks_diff().

It's mandatory function which should be present in every port. Even if
it's not, in the stdlib intro we waarn users that a particular port can
lack anything of described in the docs.
parent 7ffc959c
No related branches found
No related tags found
No related merge requests found
...@@ -116,8 +116,6 @@ Functions ...@@ -116,8 +116,6 @@ Functions
Availability: Not every port implement this function. Availability: Not every port implement this function.
.. only:: port_unix or port_pyboard or port_wipy or port_esp8266
.. function:: ticks_diff(ticks1, ticks2) .. function:: ticks_diff(ticks1, ticks2)
Measure ticks difference between values returned from ticks_ms(), ticks_us(), or ticks_cpu() Measure ticks difference between values returned from ticks_ms(), ticks_us(), or ticks_cpu()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment