diff options
| author | Simon Börjesson <[email protected]> | 2025-12-10 02:39:48 +0100 |
|---|---|---|
| committer | Simon Börjesson <[email protected]> | 2025-12-10 02:39:48 +0100 |
| commit | 31039201e7edcba6bbf6ba8679332cf98d6d7b1f (patch) | |
| tree | 475abdf732a6bf0c6150b365a4fc47f7cde85f4f /cyw43/src | |
| parent | dfdd0432ef41de44a8598845822e74138479e40a (diff) | |
Update examples and tests
Diffstat (limited to 'cyw43/src')
| -rw-r--r-- | cyw43/src/control.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cyw43/src/control.rs b/cyw43/src/control.rs index 98f456ce4..36d5ee7f8 100644 --- a/cyw43/src/control.rs +++ b/cyw43/src/control.rs | |||
| @@ -14,6 +14,7 @@ use crate::{PowerManagementMode, countries, events}; | |||
| 14 | 14 | ||
| 15 | /// Join errors. | 15 | /// Join errors. |
| 16 | #[derive(Debug)] | 16 | #[derive(Debug)] |
| 17 | #[cfg_attr(feature = "defmt", derive(defmt::Format))] | ||
| 17 | pub enum JoinError { | 18 | pub enum JoinError { |
| 18 | /// Network not found. | 19 | /// Network not found. |
| 19 | NetworkNotFound, | 20 | NetworkNotFound, |
