ryankurte / rust-bladerf

Libbladerf wrapper for rust
MIT License
7 stars 3 forks source link

Change device type #8

Closed QuantumEF closed 2 weeks ago

QuantumEF commented 3 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)