We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
ticks_diff
1 parent 09c9c60 commit 995a3adCopy full SHA for 995a3ad
core/mocks/utime.pyi
@@ -5,5 +5,5 @@ def ticks_ms() -> int: ...
5
def ticks_us() -> int: ...
6
def ticks_cpu() -> int: ...
7
def ticks_add(ticks_in: int, delta_in: int) -> int: ...
8
-def ticks_diff(old: int, new: int) -> int: ...
+def ticks_diff(new: int, old: int) -> int: ...
9
def gmtime2000(timestamp: int) -> tuple: ...
0 commit comments