mirror of
https://github.com/thelsing/knx.git
synced 2026-03-07 02:17:30 +01:00
add default noop implementations for most stuff of platform.
This commit is contained in:
@@ -52,6 +52,7 @@ add_executable(knx-linux
|
||||
../src/knx/network_layer.h
|
||||
../src/knx/npdu.cpp
|
||||
../src/knx/npdu.h
|
||||
../src/knx/platform.cpp
|
||||
../src/knx/platform.h
|
||||
../src/knx/rf_data_link_layer.cpp
|
||||
../src/knx/rf_data_link_layer.h
|
||||
|
||||
@@ -145,6 +145,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\rf_data_link_layer.cpp" />
|
||||
<ClCompile Include="..\src\knx\rf_medium_object.cpp" />
|
||||
<ClCompile Include="..\src\knx\rf_physical_layer.cpp" />
|
||||
|
||||
@@ -262,5 +262,8 @@
|
||||
<ClCompile Include="..\src\knx\rf_physical_layer.cpp">
|
||||
<Filter>Source files\knx</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\src\knx\platform.cpp">
|
||||
<Filter>Source files\knx</Filter>
|
||||
</ClCompile>
|
||||
</ItemGroup>
|
||||
</Project>
|
||||
Reference in New Issue
Block a user