diff options
| author | Dario Nieuwenhuis <[email protected]> | 2022-02-16 03:54:39 +0100 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2022-03-11 00:38:07 +0100 |
| commit | 9bad9365dcf31dd558aca05f60d244beb9e5e697 (patch) | |
| tree | 3d54927ce409975c58dff4409b8a140a4b68abd1 /examples/stm32l4/src | |
| parent | 828cdb295183b8733ec636a80e0d35e6f8e41827 (diff) | |
Update rust nightly, embedded-hal 1.0, embedded-hal-async.
Diffstat (limited to 'examples/stm32l4/src')
| -rw-r--r-- | examples/stm32l4/src/bin/spi_blocking_async.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/stm32l4/src/bin/spi_blocking_async.rs b/examples/stm32l4/src/bin/spi_blocking_async.rs index bcd2e32d5..89925d309 100644 --- a/examples/stm32l4/src/bin/spi_blocking_async.rs +++ b/examples/stm32l4/src/bin/spi_blocking_async.rs | |||
| @@ -12,7 +12,7 @@ use embassy_stm32::spi::{Config, Spi}; | |||
| 12 | use embassy_stm32::time::Hertz; | 12 | use embassy_stm32::time::Hertz; |
| 13 | use embassy_stm32::Peripherals; | 13 | use embassy_stm32::Peripherals; |
| 14 | use embassy_traits::adapter::BlockingAsync; | 14 | use embassy_traits::adapter::BlockingAsync; |
| 15 | use embedded_hal_async::spi::ReadWrite; | 15 | use embedded_hal_async::spi::SpiBus; |
| 16 | use example_common::*; | 16 | use example_common::*; |
| 17 | 17 | ||
| 18 | #[embassy::main] | 18 | #[embassy::main] |
