Removed trailing newlines and renamed clock to lowercase in project file

This commit is contained in:
BlackMark 2016-05-20 15:55:19 +02:00
parent e4cf315d0b
commit 199f92dcc5
3 changed files with 3 additions and 3 deletions

View File

@ -58,4 +58,4 @@ int main()
} }
return 0; return 0;
} }

View File

@ -192,7 +192,7 @@
<PreBuildEvent>echo "C:\avrdude-6.2\avrdude.exe" -v -p$(avrdevice) %%* -Uflash:w:"$(OutputDirectory)\$(Name).hex":i &gt; "$(MSBuildProjectDirectory)\avrdude.bat"</PreBuildEvent> <PreBuildEvent>echo "C:\avrdude-6.2\avrdude.exe" -v -p$(avrdevice) %%* -Uflash:w:"$(OutputDirectory)\$(Name).hex":i &gt; "$(MSBuildProjectDirectory)\avrdude.bat"</PreBuildEvent>
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>
<Compile Include="Clock.h"> <Compile Include="clock.h">
<SubType>compile</SubType> <SubType>compile</SubType>
</Compile> </Compile>
<Compile Include="cppalloc\cppalloc.cpp"> <Compile Include="cppalloc\cppalloc.cpp">

View File

@ -172,4 +172,4 @@ public:
#endif #endif
#endif #endif