resolved issues

This commit is contained in:
Kyle Brown 2021-09-17 08:40:20 -07:00
parent 584eee64c6
commit 0e528435a3
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
from supervisoor import ticks_ms
from supervisor import ticks_ms
def passthrough(key, keyboard, *args, **kwargs):

View File

@ -1,4 +1,4 @@
import const
from micropython import const
_TICKS_PERIOD = const(1 << 29)
_TICKS_MAX = const(_TICKS_PERIOD - 1)