From 199f92dcc57989ad499c851ad8bb8fe7f5a04313 Mon Sep 17 00:00:00 2001 From: BlackMark Date: Fri, 20 May 2016 15:55:19 +0200 Subject: [PATCH] Removed trailing newlines and renamed clock to lowercase in project file --- usart/main.cpp | 2 +- usart/usart.cppproj | 2 +- usart/usart.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/usart/main.cpp b/usart/main.cpp index d4cac5a..3d7201e 100644 --- a/usart/main.cpp +++ b/usart/main.cpp @@ -58,4 +58,4 @@ int main() } return 0; -} +} \ No newline at end of file diff --git a/usart/usart.cppproj b/usart/usart.cppproj index f8471c0..5fddd74 100644 --- a/usart/usart.cppproj +++ b/usart/usart.cppproj @@ -192,7 +192,7 @@ echo "C:\avrdude-6.2\avrdude.exe" -v -p$(avrdevice) %%* -Uflash:w:"$(OutputDirectory)\$(Name).hex":i > "$(MSBuildProjectDirectory)\avrdude.bat" - + compile diff --git a/usart/usart.h b/usart/usart.h index 20f1029..f98a001 100644 --- a/usart/usart.h +++ b/usart/usart.h @@ -172,4 +172,4 @@ public: #endif -#endif +#endif \ No newline at end of file