Skip to content

Commit 54e4d2c

Browse files
author
neil.hamilton
committed
Correct typos in ps6000.py
1 parent cd31960 commit 54e4d2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

picosdk/ps6000.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ def __init__(self):
102102
"PS6000_WINDOW",
103103
])
104104

105-
ps6000.PS6000_PUlSE_WIDTH_TYPE = make_enum([
105+
ps6000.PS6000_PULSE_WIDTH_TYPE = make_enum([
106106
"PS6000_PW_TYPE_NONE",
107107
"PS6000_PW_TYPE_LESS_THAN",
108108
"PS6000_PW_TYPE_GREATER_THAN",

0 commit comments

Comments
 (0)