diff options
Diffstat (limited to 'cyw43/src')
| -rw-r--r-- | cyw43/src/control.rs | 1 | ||||
| -rw-r--r-- | cyw43/src/lib.rs | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/cyw43/src/control.rs b/cyw43/src/control.rs index d2709304c..ffcf2d9b1 100644 --- a/cyw43/src/control.rs +++ b/cyw43/src/control.rs | |||
| @@ -4,7 +4,6 @@ use embassy_net_driver_channel as ch; | |||
| 4 | use embassy_net_driver_channel::driver::{HardwareAddress, LinkState}; | 4 | use embassy_net_driver_channel::driver::{HardwareAddress, LinkState}; |
| 5 | use embassy_time::Timer; | 5 | use embassy_time::Timer; |
| 6 | 6 | ||
| 7 | pub use crate::bus::SpiBusCyw43; | ||
| 8 | use crate::consts::*; | 7 | use crate::consts::*; |
| 9 | use crate::events::{Event, EventSubscriber, Events}; | 8 | use crate::events::{Event, EventSubscriber, Events}; |
| 10 | use crate::fmt::Bytes; | 9 | use crate::fmt::Bytes; |
diff --git a/cyw43/src/lib.rs b/cyw43/src/lib.rs index 6b124cf7f..e60f87d0a 100644 --- a/cyw43/src/lib.rs +++ b/cyw43/src/lib.rs | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | #![no_std] | 1 | #![no_std] |
| 2 | #![no_main] | 2 | #![no_main] |
| 3 | #![allow(incomplete_features)] | ||
| 4 | #![feature(async_fn_in_trait, type_alias_impl_trait, concat_bytes)] | 3 | #![feature(async_fn_in_trait, type_alias_impl_trait, concat_bytes)] |
| 4 | #![allow(stable_features, unknown_lints, async_fn_in_trait)] | ||
| 5 | #![deny(unused_must_use)] | 5 | #![deny(unused_must_use)] |
| 6 | 6 | ||
| 7 | // This mod MUST go first, so that the others see its macros. | 7 | // This mod MUST go first, so that the others see its macros. |
