Changed a confusing comment in an example about the event clearing
Signed-off-by: Daniel Egger <daniel@eggers-club.de>
This commit is contained in:
parent
2a61f5092d
commit
c944a4e882
|
@ -105,7 +105,7 @@ fn EXTI0_1() {
|
|||
// Turn off LED
|
||||
led.set_low();
|
||||
|
||||
// Clear interrupt
|
||||
// Clear event triggering the interrupt
|
||||
exti.pr.write(|w| w.pif1().set_bit());
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue