Skip to content

Commit 64aa1ff

Browse files
burrbullusbalbin
authored andcommitted
test
1 parent f150162 commit 64aa1ff

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/nucleo-g474.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,15 +65,13 @@ mod tests {
6565

6666
pin.set_high();
6767
delay.delay(1.millis()); // Give the pin plenty of time to go high
68-
assert!(pin.is_high());
6968
{
7069
let gpioa = unsafe { &*GPIOA::PTR };
7170
assert!(!is_pax_low(gpioa, 8));
7271
}
7372

7473
pin.set_low();
7574
delay.delay(1.millis()); // Give the pin plenty of time to go low
76-
assert!(pin.is_low());
7775
{
7876
let gpioa = unsafe { &*GPIOA::PTR };
7977
assert!(is_pax_low(gpioa, 8));

0 commit comments

Comments
 (0)