Skip to content

Commit 5cd1de1

Browse files
committed
added C numpy
1 parent 06ae7fa commit 5cd1de1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

python_hackrf/libhackrf/pyhackrf.pyx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ from . cimport chackrf
2727

2828

2929
from enum import IntEnum
30+
cimport numpy as np
3031
import numpy as np
3132

3233
PY_BYTES_PER_BLOCK = chackrf.BYTES_PER_BLOCK

0 commit comments

Comments
 (0)