Adding pub struct docs
cyw43::ScanOptions
This commit is contained in:
parent
3efbd60a90
commit
6eb447eb58
1 changed files with 1 additions and 0 deletions
|
@ -42,6 +42,7 @@ pub enum ScanType {
|
|||
Passive,
|
||||
}
|
||||
|
||||
/// Scan options.
|
||||
#[derive(Clone)]
|
||||
#[cfg_attr(feature = "defmt", derive(defmt::Format))]
|
||||
pub struct ScanOptions {
|
||||
|
|
Loading…
Reference in a new issue