Skip to content

Commit

Permalink
Update ps6000a.py
Browse files Browse the repository at this point in the history
  • Loading branch information
hmaarrfk authored Sep 14, 2023
1 parent be12db4 commit 8b32721
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions picoscope/ps6000a.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@
# use the values specified in the h file
# float is always defined as 32 bits
# double is defined as 64 bits
from ctypes import byref, POINTER, create_string_buffer, c_float, c_int8,\
c_double, c_int16, c_uint16, c_int32, c_uint32, c_int64, c_uint64,\
from ctypes import byref, POINTER, create_string_buffer, c_float, c_int8, \
c_double, c_int16, c_uint16, c_int32, c_uint32, c_int64, c_uint64, \
c_void_p, CFUNCTYPE
from ctypes import c_int32 as c_enum

Expand Down

0 comments on commit 8b32721

Please sign in to comment.