diff --git a/Source/system/adc.c b/Source/system/adc.c --- a/Source/system/adc.c +++ b/Source/system/adc.c @@ -95,3 +95,5 @@ DMA_HandleTypeDef* adc__hdma_gethandle(v { return &hdma_adc; } + +// vim:softtabstop=4 shiftwidth=4 expandtab