aboutsummaryrefslogtreecommitdiff
path: root/tests/stm32/src/bin/timer.rs
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2021-12-07 05:00:35 +0100
committerDario Nieuwenhuis <[email protected]>2021-12-07 05:00:35 +0100
commita14c4f49c4f73b5bd1463b81d2b32666335ebfec (patch)
treec6d581a520d123c006aaa96903f0977218dda859 /tests/stm32/src/bin/timer.rs
parent5dc5192d79d211569b447dd12b4b09191a9b5a54 (diff)
stm32/tests: higher clocks for H7
Diffstat (limited to 'tests/stm32/src/bin/timer.rs')
-rw-r--r--tests/stm32/src/bin/timer.rs2
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};
10use embassy_stm32::Peripherals; 10use embassy_stm32::Peripherals;
11use example_common::*; 11use example_common::*;
12 12
13#[embassy::main] 13#[embassy::main(config = "config()")]
14async fn main(_spawner: Spawner, _p: Peripherals) { 14async fn main(_spawner: Spawner, _p: Peripherals) {
15 info!("Hello World!"); 15 info!("Hello World!");
16 16