Skip to content

Commit

Permalink
Fix ScanType enum export
Browse files Browse the repository at this point in the history
Exports the ScanType enum, which is needed to build the ScanOptions struct
  • Loading branch information
karimpanacci authored Dec 10, 2024
1 parent 406d377 commit 20e0af9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cyw43/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ use ioctl::IoctlState;
use crate::bus::Bus;
pub use crate::bus::SpiBusCyw43;
pub use crate::control::{
AddMulticastAddressError, Control, Error as ControlError, JoinAuth, JoinOptions, ScanOptions, Scanner,
AddMulticastAddressError, Control, Error as ControlError, JoinAuth, JoinOptions, ScanOptions, Scanner, ScanType
};
pub use crate::runner::Runner;
pub use crate::structs::BssInfo;
Expand Down

0 comments on commit 20e0af9

Please sign in to comment.