Skip to content

Commit 140dc0a

Browse files
author
neil-hamilton
authored
Merge pull request picotech#43 from wsxrdv/fix_pico_port_digital_channel_enum
Fix typo in PICO_PORT_DIGITAL_CHANNEL enum
2 parents eae8260 + 6edc9e5 commit 140dc0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

picosdk/PicoDeviceEnums.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ def _define_channel_flags():
7878
"PICO_PORT_DIGITAL_CHANNEL1",
7979
"PICO_PORT_DIGITAL_CHANNEL2",
8080
"PICO_PORT_DIGITAL_CHANNEL3",
81-
"PICO_PORT_DIGITAL_CHANNEL4"
81+
"PICO_PORT_DIGITAL_CHANNEL4",
8282
"PICO_PORT_DIGITAL_CHANNEL5",
8383
"PICO_PORT_DIGITAL_CHANNEL6",
8484
"PICO_PORT_DIGITAL_CHANNEL7",

0 commit comments

Comments
 (0)