aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 {