Adding pub struct docs

cyw43::ScanOptions
This commit is contained in:
Vicente 2024-07-25 19:45:52 +02:00
parent 3efbd60a90
commit 6eb447eb58

View file

@ -42,6 +42,7 @@ pub enum ScanType {
Passive,
}
/// Scan options.
#[derive(Clone)]
#[cfg_attr(feature = "defmt", derive(defmt::Format))]
pub struct ScanOptions {