Skip to content

Commit 4dbb1b7

Browse files
author
neil.hamilton
committed
Correct typo in ps6000a.py
1 parent bbae24a commit 4dbb1b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

picosdk/ps6000a.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ def __init__(self):
233233
int16_t *buffer,
234234
uint16 bufferLength
235235
); """
236-
ps6000a.make_symbol("_SigGenWaveform", "ps6000aSigGenWaveform", c_uint32, [c_int16, c_uint32, c_int16, c_uint16], doc)
236+
ps6000a.make_symbol("_SigGenWaveform", "ps6000aSigGenWaveform", c_uint32, [c_int16, c_uint32, c_void_p, c_uint16], doc)
237237

238238
doc = """ PICO_STATUS ps6000aSignGenRange
239239
(

0 commit comments

Comments
 (0)