diff options
| -rw-r--r-- | tests/stm32/src/bin/gpio.rs | 2 |
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(); |
