This commit is contained in:
Andrew Kay
2026-02-08 14:36:22 -06:00
parent b23c355e9c
commit fc2f1e21dc

View File

@@ -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])))