Removed trailing newlines
This commit is contained in:
parent
065f21440c
commit
9e1a0d8a2e
@ -19,4 +19,4 @@ Global
|
|||||||
GlobalSection(SolutionProperties) = preSolution
|
GlobalSection(SolutionProperties) = preSolution
|
||||||
HideSolutionNode = FALSE
|
HideSolutionNode = FALSE
|
||||||
EndGlobalSection
|
EndGlobalSection
|
||||||
EndGlobal
|
EndGlobal
|
@ -218,4 +218,4 @@ void InOutPort::setPort( InOut::Pin enmPortPin )
|
|||||||
m_vpui8Input = InOut::getPort( enmPortPin, InOut::Type::T_PIN );
|
m_vpui8Input = InOut::getPort( enmPortPin, InOut::Type::T_PIN );
|
||||||
m_vpui8Dir = InOut::getPort( enmPortPin, InOut::Type::T_DDR );
|
m_vpui8Dir = InOut::getPort( enmPortPin, InOut::Type::T_DDR );
|
||||||
m_vpui8Output = InOut::getPort( enmPortPin, InOut::Type::T_PORT );
|
m_vpui8Output = InOut::getPort( enmPortPin, InOut::Type::T_PORT );
|
||||||
}
|
}
|
@ -167,7 +167,7 @@
|
|||||||
<PreBuildEvent>echo "C:\avrdude-6.2\avrdude.exe" -v -p$(avrdevice) %%* -Uflash:w:"$(OutputDirectory)\$(Name).hex":i > "$(MSBuildProjectDirectory)\avrdude.bat"</PreBuildEvent>
|
<PreBuildEvent>echo "C:\avrdude-6.2\avrdude.exe" -v -p$(avrdevice) %%* -Uflash:w:"$(OutputDirectory)\$(Name).hex":i > "$(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="inout.cpp">
|
<Compile Include="inout.cpp">
|
||||||
@ -181,4 +181,4 @@
|
|||||||
</Compile>
|
</Compile>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<Import Project="$(AVRSTUDIO_EXE_PATH)\\Vs\\Compiler.targets" />
|
<Import Project="$(AVRSTUDIO_EXE_PATH)\\Vs\\Compiler.targets" />
|
||||||
</Project>
|
</Project>
|
@ -295,4 +295,4 @@ public:
|
|||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif
|
#endif
|
@ -49,4 +49,4 @@ int main()
|
|||||||
}
|
}
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user