mirror of
https://github.com/embassy-rs/embassy.git
synced 2024-11-21 22:32:29 +00:00
Adding pub struct docs
cyw43::ScanOptions
This commit is contained in:
parent
3efbd60a90
commit
6eb447eb58
@ -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 New Issue
Block a user