Skip to content

Commit 5623a4c

Browse files
committed
fixed issue
1 parent 78e276d commit 5623a4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python_hackrf/pylibhackrf/pyhackrf_android.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
# cython: language_level=3str
2424
from python_hackrf import __version__
25-
from libc.stdint cimport uint8_t, uint16_t, uint32_t, uint64_t
25+
from libc.stdint cimport int8_t, uint8_t, uint16_t, uint32_t, uint64_t
2626
from .__android import get_hackrf_device_list
2727
from . cimport chackrf_android as chackrf
2828
from libc.stdlib cimport malloc, free

0 commit comments

Comments
 (0)