diff options
| author | xoviat <[email protected]> | 2021-03-17 19:02:22 -0500 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-03-17 19:02:22 -0500 |
| commit | 71ac582d68a242d89e9053d681bfa2dab16eb6f7 (patch) | |
| tree | 1472922c51d1c43f333cb3bc2eadbaeb3e63bb40 | |
| parent | d1b7d03fc749392144ec64ef3ddbd4b1189761c8 (diff) | |
add feature
| -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",)))] |
