resolved issues
This commit is contained in:
parent
584eee64c6
commit
0e528435a3
@ -1,4 +1,4 @@
|
|||||||
from supervisoor import ticks_ms
|
from supervisor import ticks_ms
|
||||||
|
|
||||||
|
|
||||||
def passthrough(key, keyboard, *args, **kwargs):
|
def passthrough(key, keyboard, *args, **kwargs):
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
import const
|
from micropython import const
|
||||||
|
|
||||||
_TICKS_PERIOD = const(1 << 29)
|
_TICKS_PERIOD = const(1 << 29)
|
||||||
_TICKS_MAX = const(_TICKS_PERIOD - 1)
|
_TICKS_MAX = const(_TICKS_PERIOD - 1)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user