diff options
author | Jim Mussared <jim.mussared@gmail.com> | 2023-02-02 11:51:48 +1100 |
---|---|---|
committer | Jim Mussared <jim.mussared@gmail.com> | 2023-02-02 12:51:03 +1100 |
commit | 8b2748269244304854b3462cb8902952b4dcb892 (patch) | |
tree | 05c315fc329eb32bb55c71303eef2183bf818e35 /examples/bluetooth/ble_uart_repl.py | |
parent | fe2a8332ff9c7cc7b66ed6da04f5a4a825309818 (diff) |
top: Update Python formatting to black "2023 stable style".
See https://black.readthedocs.io/en/stable/the_black_code_style/index.html
Signed-off-by: Jim Mussared <jim.mussared@gmail.com>
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 9e8a38ff4..7d92c1f31 100644 --- a/examples/bluetooth/ble_uart_repl.py +++ b/examples/bluetooth/ble_uart_repl.py @@ -20,6 +20,7 @@ if hasattr(machine, "Timer"): else: _timer = None + # Batch writes into 50ms intervals. def schedule_in(handler, delay_ms): def _wrap(_arg): |