Skip to content

Commit 589dee2

Browse files
authored
Update ps3000a.py
Added missing comma at line 156
1 parent 75353e6 commit 589dee2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

picosdk/ps3000a.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ def _define_digital_port():
153153
"PS3000A_ABOVE_LOWER",
154154
"PS3000A_BELOW_LOWER",
155155
"PS3000A_RISING_LOWER",
156-
"PS3000A_FALLING_LOWER"
156+
"PS3000A_FALLING_LOWER",
157157
"PS3000A_POSITIVE_RUNT",
158158
"PS3000A_NEGATIVE_RUNT"
159159
])

0 commit comments

Comments
 (0)