Skip to content

Commit 6a59ceb

Browse files
author
neil.hamilton
committed
Correct ps40000aIsLedFlashing in ps4000a.py
1 parent 8480228 commit 6a59ceb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

picosdk/ps4000a.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ def process_enum(enum):
310310
int16_t handle,
311311
int16_t *status
312312
); """
313-
ps4000a.make_symbol("_IsLedFlashing", "ps4000aIsLedFlashing", c_uint32, [c_int16, c_void_p, c_uint16], doc)
313+
ps4000a.make_symbol("_IsLedFlashing", "ps4000aIsLedFlashing", c_uint32, [c_int16, c_void_p], doc)
314314

315315
doc = """ PICO_STATUS ps4000aCloseUnit
316316
(

0 commit comments

Comments
 (0)