diff options
| -rw-r--r-- | embassy-stm32l0/src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/embassy-stm32l0/src/lib.rs b/embassy-stm32l0/src/lib.rs index 62f0f0375..d030713ca 100644 --- a/embassy-stm32l0/src/lib.rs +++ b/embassy-stm32l0/src/lib.rs | |||
| @@ -2,6 +2,7 @@ | |||
| 2 | #![feature(generic_associated_types)] | 2 | #![feature(generic_associated_types)] |
| 3 | #![feature(asm)] | 3 | #![feature(asm)] |
| 4 | #![feature(type_alias_impl_trait)] | 4 | #![feature(type_alias_impl_trait)] |
| 5 | #![feature(min_type_alias_impl_trait)] | ||
| 5 | #![allow(incomplete_features)] | 6 | #![allow(incomplete_features)] |
| 6 | 7 | ||
| 7 | #[cfg(not(any(feature = "stm32l0x1", feature = "stm32l0x2", feature = "stm32l0x3",)))] | 8 | #[cfg(not(any(feature = "stm32l0x1", feature = "stm32l0x2", feature = "stm32l0x3",)))] |
