diff options
| author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2021-12-07 04:02:09 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-12-07 04:02:09 +0000 |
| commit | f0c2c5caa0d32ad6154621fee0fea2819d2f282c (patch) | |
| tree | ed8459b454a01169711487633a04228a38a1f205 /tests/stm32/src/bin/timer.rs | |
| parent | 5dc5192d79d211569b447dd12b4b09191a9b5a54 (diff) | |
| parent | fa36fa2808238810acdb8861d3ba2f5e82b51db7 (diff) | |
Merge #521
521: Stm32 SPI HIL test r=Dirbaio a=Dirbaio
Co-authored-by: Dario Nieuwenhuis <[email protected]>
Diffstat (limited to 'tests/stm32/src/bin/timer.rs')
| -rw-r--r-- | tests/stm32/src/bin/timer.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/stm32/src/bin/timer.rs b/tests/stm32/src/bin/timer.rs index de19a22e3..002a8a4d3 100644 --- a/tests/stm32/src/bin/timer.rs +++ b/tests/stm32/src/bin/timer.rs | |||
| @@ -10,7 +10,7 @@ use embassy::time::{Duration, Instant, Timer}; | |||
| 10 | use embassy_stm32::Peripherals; | 10 | use embassy_stm32::Peripherals; |
| 11 | use example_common::*; | 11 | use example_common::*; |
| 12 | 12 | ||
| 13 | #[embassy::main] | 13 | #[embassy::main(config = "config()")] |
| 14 | async fn main(_spawner: Spawner, _p: Peripherals) { | 14 | async fn main(_spawner: Spawner, _p: Peripherals) { |
| 15 | info!("Hello World!"); | 15 | info!("Hello World!"); |
| 16 | 16 | ||
