From fc2f1e21dcbc8cd5bd5dc36ff6edd591802cc233 Mon Sep 17 00:00:00 2001 From: Andrew Kay Date: Sun, 8 Feb 2026 14:36:22 -0600 Subject: [PATCH] x --- pycoax/examples/20_char_map.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pycoax/examples/20_char_map.py b/pycoax/examples/20_char_map.py index dcf6609..1e47cd1 100755 --- a/pycoax/examples/20_char_map.py +++ b/pycoax/examples/20_char_map.py @@ -61,4 +61,4 @@ with open_example_serial_interface() as interface: interface.execute([LoadAddressCounterHi(0), LoadAddressCounterLo(79)]) - interface.execute(WriteData(bytes[0xff])) + interface.execute(WriteData(bytes([0xff])))