Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
ivmarkov committed Oct 5, 2024
1 parent f9cf8e3 commit e22bc07
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/wireless.rs
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ pub type EspWirelessMatterStack<'a, T, E> = MatterStack<'a, EspWirelessBle<T, E>
pub type EspWirelessBle<T, E> = WirelessBle<EspRawMutex, T, KvBlobBuf<EspGatt<E>>>;

/// An embedding of the ESP IDF Bluedroid Gatt peripheral context for the `WirelessBle` network type from `rs-matter-stack`.
///
/// Allows the memory of this context to be statically allocated and cost-initialized.
///
/// Usage:
Expand Down

0 comments on commit e22bc07

Please sign in to comment.