fixed trailing white spaces

This commit is contained in:
shufps 2024-01-15 11:23:41 +01:00
parent 2b64913664
commit e969b88e5a

View file

@ -127,7 +127,7 @@ foreach_interrupt! {
fn $irq() {
DRIVER.on_interrupt()
}
};
};
(TIM22, timer, $block:ident, UP, $irq:ident) => {
#[cfg(time_driver_tim22)]
#[cfg(feature = "rt")]
@ -135,7 +135,7 @@ foreach_interrupt! {
fn $irq() {
DRIVER.on_interrupt()
}
};
};
}
// Clock timekeeping works with something we call "periods", which are time intervals