Skip to content

Commit e08a217

Browse files
author
neil.hamilton
committed
Add PL1000_BLOCK_METHOD enum to pl1000.py
1 parent 996c3c9 commit e08a217

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

picosdk/pl1000.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@ def _pl1000Inputs():
5555
}
5656

5757
pl1000.PL1000_BLOCK_METHOD = make_enum([
58-
'BM_SINGLE',
59-
'BM_WINDOW',
60-
'BM_STREAM',
58+
"BM_SINGLE",
59+
"BM_WINDOW",
60+
"BM_STREAM",
6161
])
6262

6363
doc = """ PICO_STATUS pl1000CloseUnit

0 commit comments

Comments
 (0)