diff --git a/Source/system/interrupts.c b/Source/system/interrupts.c --- a/Source/system/interrupts.c +++ b/Source/system/interrupts.c @@ -44,3 +44,5 @@ void DMA1_Channel1_IRQHandler(void) { HAL_DMA_IRQHandler(adc__hdma_gethandle()); } + +// vim:softtabstop=4 shiftwidth=4 expandtab