Move pio_uart.py to transports folder
This commit is contained in:
parent
083f2e143d
commit
7519a97eaa
@ -78,7 +78,7 @@ class Split(Module):
|
|||||||
self._psave_enable = False
|
self._psave_enable = False
|
||||||
|
|
||||||
if self._use_pio:
|
if self._use_pio:
|
||||||
from kmk.handlers.pio_uart import PIO_UART
|
from kmk.transports.pio_uart import PIO_UART
|
||||||
|
|
||||||
self.PIO_UART = PIO_UART
|
self.PIO_UART = PIO_UART
|
||||||
|
|
||||||
|
0
kmk/transports/__init__.py
Normal file
0
kmk/transports/__init__.py
Normal file
Loading…
x
Reference in New Issue
Block a user