We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 232c7f7 commit a29857aCopy full SHA for a29857a
1 file changed
python_bladerf/pylibbladerf/cbladerf.pxd
@@ -540,7 +540,7 @@ cdef extern from 'libbladeRF.h' nogil:
540
541
const char *bladerf_strerror(int error)
542
543
-cdef extern from 'Bladerf2.h' nogil:
+cdef extern from 'bladeRF2.h' nogil:
544
int bladerf_get_bias_tee(bladerf *dev, int ch, bint *enable)
545
546
int bladerf_set_bias_tee(bladerf *dev, int ch, bint enable)
0 commit comments