fixed trailing white spaces
This commit is contained in:
parent
2b64913664
commit
e969b88e5a
@ -127,7 +127,7 @@ foreach_interrupt! {
|
|||||||
fn $irq() {
|
fn $irq() {
|
||||||
DRIVER.on_interrupt()
|
DRIVER.on_interrupt()
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
(TIM22, timer, $block:ident, UP, $irq:ident) => {
|
(TIM22, timer, $block:ident, UP, $irq:ident) => {
|
||||||
#[cfg(time_driver_tim22)]
|
#[cfg(time_driver_tim22)]
|
||||||
#[cfg(feature = "rt")]
|
#[cfg(feature = "rt")]
|
||||||
@ -135,7 +135,7 @@ foreach_interrupt! {
|
|||||||
fn $irq() {
|
fn $irq() {
|
||||||
DRIVER.on_interrupt()
|
DRIVER.on_interrupt()
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
// Clock timekeeping works with something we call "periods", which are time intervals
|
// Clock timekeeping works with something we call "periods", which are time intervals
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user