Fix EOF newlines

This commit is contained in:
fruchti 2020-09-02 00:12:14 +02:00
parent d6a5ee1689
commit 2a3db7b9fb
7 changed files with 3 additions and 7 deletions

View file

@ -126,4 +126,4 @@ void TIM14_IRQHandler(void)
LightSensor_NewMeasurement = true;
LightSensor_Measure();
}
}