aboutsummaryrefslogtreecommitdiff
path: root/cyw43/src
diff options
context:
space:
mode:
authorVicente <[email protected]>2024-07-25 19:45:52 +0200
committerVicente <[email protected]>2024-07-25 19:45:52 +0200
commit6eb447eb587da42644926fb1aebca8a5d0aab57f (patch)
tree47ae9480503937590357d01cc05178a4a76a9dd8 /cyw43/src
parent3efbd60a9054631717bcdf9a195323d18bd0dc66 (diff)
Adding pub struct docs
cyw43::ScanOptions
Diffstat (limited to 'cyw43/src')
-rw-r--r--cyw43/src/control.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/cyw43/src/control.rs b/cyw43/src/control.rs
index 8944865c1..d48cd6748 100644
--- a/cyw43/src/control.rs
+++ b/cyw43/src/control.rs
@@ -42,6 +42,7 @@ pub enum ScanType {
42 Passive, 42 Passive,
43} 43}
44 44
45/// Scan options.
45#[derive(Clone)] 46#[derive(Clone)]
46#[cfg_attr(feature = "defmt", derive(defmt::Format))] 47#[cfg_attr(feature = "defmt", derive(defmt::Format))]
47pub struct ScanOptions { 48pub struct ScanOptions {