Skip to content

Commit c19c1db

Browse files
author
neil.hamilton
committed
Fix typo in usbtc08.py
1 parent 424b3d8 commit c19c1db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

picosdk/usbtc08.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ class USBTC08_INFO(Structure):
3232
("PicoppVersion", c_int16),
3333
("HardwareVersion", c_int16),
3434
("Variant", c_int16),
35-
("szSerial[USBTC08_MAX_SERIAL_CHAR}", c_int8),
35+
("szSerial[USBTC08_MAX_SERIAL_CHAR]", c_int8),
3636
("szCalDate[USBTC08_MAX_DATE_CHARS]", c_int8)]
3737

3838
doc = """ int16_t usb_tc08_open_unit

0 commit comments

Comments
 (0)