aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
author[email protected] <[email protected]>2022-07-08 22:34:17 +0200
committer[email protected] <[email protected]>2022-07-08 22:34:17 +0200
commit94c13eb2afb14ba3358eb9f2b4c1baf3471a8a6a (patch)
treee2923428220eead53bc3356d34655c42cfc5096a /tests
parentabba86d1bac38ab0e776fe376c78017299c8f699 (diff)
forgotten file
Diffstat (limited to 'tests')
-rw-r--r--tests/stm32/src/bin/gpio.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/stm32/src/bin/gpio.rs b/tests/stm32/src/bin/gpio.rs
index 952d4cd62..a26daab4e 100644
--- a/tests/stm32/src/bin/gpio.rs
+++ b/tests/stm32/src/bin/gpio.rs
@@ -135,7 +135,7 @@ async fn main(_spawner: Spawner, p: Peripherals) {
135 let mut a = Flex::new(&mut a); 135 let mut a = Flex::new(&mut a);
136 a.set_low(); 136 a.set_low();
137 a.set_as_output(Speed::Low); 137 a.set_as_output(Speed::Low);
138 138
139 delay(); 139 delay();
140 assert!(b.is_low()); 140 assert!(b.is_low());
141 a.set_high(); 141 a.set_high();