Skip to content
Snippets Groups Projects
Commit de6376db authored by q3k's avatar q3k
Browse files

sim: implement time.ticks_add

parent dec9d1bf
No related branches found
No related tags found
No related merge requests found
Pipeline #5603 passed
...@@ -9,3 +9,6 @@ def ticks_ms(): ...@@ -9,3 +9,6 @@ def ticks_ms():
def ticks_diff(a, b): def ticks_diff(a, b):
return a - b return a - b
def ticks_add(a, b):
return a + b
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment