Skip to content

Commit 93eaaaa

Browse files
committed
fixed issue
1 parent 487c7d2 commit 93eaaaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python_hackrf/pylibhackrf/chackrf.pxd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ cdef extern from 'hackrf.h':
157157
uint32_t error
158158

159159
ctypedef struct hackrf_device_list_t:
160-
char *serial_numbers
160+
char **serial_numbers
161161
hackrf_usb_board_id *usb_board_ids
162162
int *usb_device_index
163163
int devicecount

0 commit comments

Comments
 (0)