Skip to content

Commit

Permalink
Added doc comment to a public enum variant
Browse files Browse the repository at this point in the history
  • Loading branch information
busslina committed Jul 25, 2024
1 parent da5ecd2 commit 29d79d3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cyw43/src/control.rs
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ pub enum ScanType {
#[derive(Clone)]
#[cfg_attr(feature = "defmt", derive(defmt::Format))]
pub struct ScanOptions {
/// SSID to scan for.
pub ssid: Option<heapless::String<32>>,
/// If set to `None`, all APs will be returned. If set to `Some`, only APs
/// with the specified BSSID will be returned.
Expand Down

0 comments on commit 29d79d3

Please sign in to comment.