Closed QuantumEF closed 2 weeks ago
changed device to be a normal pointer.
The MaybeUninit was not really useful for us since we can just initialize it to null, that is what the bladerf_open() functions do internally anyway.
Tests seem to pass (I had to run them twice)
changed device to be a normal pointer.
The MaybeUninit was not really useful for us since we can just initialize it to null, that is what the bladerf_open() functions do internally anyway.
Tests seem to pass (I had to run them twice)