diff options
Diffstat (limited to 'examples/bluetooth/ble_uart_repl.py')
-rw-r--r-- | examples/bluetooth/ble_uart_repl.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/bluetooth/ble_uart_repl.py b/examples/bluetooth/ble_uart_repl.py index 7d92c1f318..5812a5cc13 100644 --- a/examples/bluetooth/ble_uart_repl.py +++ b/examples/bluetooth/ble_uart_repl.py @@ -7,6 +7,7 @@ import bluetooth import io import os import micropython +from micropython import const import machine from ble_uart_peripheral import BLEUART |