We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78e276d commit 5623a4cCopy full SHA for 5623a4c
python_hackrf/pylibhackrf/pyhackrf_android.pyx
@@ -22,7 +22,7 @@
22
23
# cython: language_level=3str
24
from python_hackrf import __version__
25
-from libc.stdint cimport uint8_t, uint16_t, uint32_t, uint64_t
+from libc.stdint cimport int8_t, uint8_t, uint16_t, uint32_t, uint64_t
26
from .__android import get_hackrf_device_list
27
from . cimport chackrf_android as chackrf
28
from libc.stdlib cimport malloc, free
0 commit comments