Fixing missing re-export
cyw::control::ScanOptions
This commit is contained in:
parent
8c4f044ae7
commit
3efbd60a90
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ use ioctl::IoctlState;
|
|||
|
||||
use crate::bus::Bus;
|
||||
pub use crate::bus::SpiBusCyw43;
|
||||
pub use crate::control::{AddMulticastAddressError, Control, Error as ControlError, Scanner};
|
||||
pub use crate::control::{AddMulticastAddressError, Control, Error as ControlError, Scanner, ScanOptions};
|
||||
pub use crate::runner::Runner;
|
||||
pub use crate::structs::BssInfo;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue