(minor) remove trailing spaces

This commit is contained in:
King Kévin 2019-03-26 19:27:40 +01:00
parent b4612b03bb
commit 230151a102
24 changed files with 170 additions and 171 deletions

View File

@ -97,7 +97,6 @@ static void microwire_master_wait_clock(void)
}
timer_clear_flag(TIM(MICROWIRE_MASTER_TIMER), TIM_SR_UIF); // clear timer flag
nvic_clear_pending_irq(NVIC_TIM_IRQ(MICROWIRE_MASTER_TIMER)); // clear IRQ flag (else event doesn't wake up)
}
/** send bit over microwire