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

@ -35,4 +35,3 @@ void LED_WakeUp(void);
// Display LED_PixelData, starting with the next frame
void LED_Commit(void);

View file

@ -36,4 +36,3 @@ int main(void)
return 0;
}

View file

@ -10,4 +10,3 @@
#include "animation.h"
int main(void);

View file

@ -6,4 +6,3 @@ void SystemInit(void)
// Disable all interrupts
RCC->CIR = 0x00000000;
}