add platform.cpp

This commit is contained in:
Thomas Kunze 2018-12-12 23:34:05 +01:00
parent cb0646f3f6
commit 7a77b1e29a
2 changed files with 4 additions and 0 deletions

View File

@ -118,6 +118,7 @@
<ClCompile Include="..\src\knx\memory.cpp" />
<ClCompile Include="..\src\knx\network_layer.cpp" />
<ClCompile Include="..\src\knx\npdu.cpp" />
<ClCompile Include="..\src\knx\platform.cpp" />
<ClCompile Include="..\src\knx\table_object.cpp" />
<ClCompile Include="..\src\knx\tpdu.cpp" />
<ClCompile Include="..\src\knx\tpuart_data_link_layer.cpp" />

View File

@ -213,5 +213,8 @@
<ClCompile Include="..\src\knx\tpuart_data_link_layer.cpp">
<Filter>Source files\knx</Filter>
</ClCompile>
<ClCompile Include="..\src\knx\platform.cpp">
<Filter>Source files\knx</Filter>
</ClCompile>
</ItemGroup>
</Project>