diff options
| author | xoviat <[email protected]> | 2021-03-17 17:27:34 -0500 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-03-17 17:27:34 -0500 |
| commit | 0cc2c671949937faed038b9d8d764a5f77f6b84a (patch) | |
| tree | 239920f314f57b28c1ad5d802861154c667963ab | |
| parent | ac74b922c174c3b49b396c7ade827d9909cb48a4 (diff) | |
fix can example
| -rw-r--r-- | embassy-stm32f4-examples/src/bin/can.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/embassy-stm32f4-examples/src/bin/can.rs b/embassy-stm32f4-examples/src/bin/can.rs index 34ad12b59..27aef02b1 100644 --- a/embassy-stm32f4-examples/src/bin/can.rs +++ b/embassy-stm32f4-examples/src/bin/can.rs | |||
| @@ -2,6 +2,8 @@ | |||
| 2 | #![no_main] | 2 | #![no_main] |
| 3 | #![feature(trait_alias)] | 3 | #![feature(trait_alias)] |
| 4 | #![feature(type_alias_impl_trait)] | 4 | #![feature(type_alias_impl_trait)] |
| 5 | #![feature(min_type_alias_impl_trait)] | ||
| 6 | #![feature(impl_trait_in_bindings)] | ||
| 5 | 7 | ||
| 6 | #[path = "../example_common.rs"] | 8 | #[path = "../example_common.rs"] |
| 7 | mod example_common; | 9 | mod example_common; |
