Skip to content

Commit 379f5cc

Browse files
author
neil.hamilton
committed
Add missing comma to constants.py
1 parent 4f82c25 commit 379f5cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

picosdk/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ def make_enum(members):
200200
"PICO_SIGGEN_GATING_AUXIO_ENABLED": 0x00000013F,
201201
"PICO_RESOURCE_ERROR": 0x00000140,
202202
"PICO_TEMPERATURE_TYPE_INVALID": 0x00000141,
203-
"PICO_TEMPERATURE_TYPE_NOT_SUPPORTED": 0x00000142
203+
"PICO_TEMPERATURE_TYPE_NOT_SUPPORTED": 0x00000142,
204204
"PICO_TIMEOUT": 0x00000143,
205205
"PICO_DEVICE_NOT_FUNCTIONING": 0x00000144,
206206
"PICO_INTERNAL_ERROR": 0x00000145,

0 commit comments

Comments
 (0)