Skip to content

Commit 937384a

Browse files
committed
updated
1 parent 792920a commit 937384a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python_hackrf/pyhackrf_tools/pyhackrf_transfer.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
# SOFTWARE.
2222

2323
# distutils: language = c++
24-
# cython: language_level=3str
24+
# cython: language_level = 3str
2525
# cython: freethreading_compatible = True
2626
from python_hackrf.pylibhackrf cimport pyhackrf as c_pyhackrf
2727
from libc.stdint cimport uint64_t, uint8_t

0 commit comments

Comments
 (0)