mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-12-10 13:45:07 -05:00
Update path for WinSim logging port (#385)
Moves Logging_WinSim.c to a nested windows folder
This commit is contained in:
parent
01e59a036c
commit
c7cd06488f
23 changed files with 22 additions and 22 deletions
|
|
@ -155,7 +155,7 @@
|
|||
<ClCompile Include="..\..\Source\FreeRTOS-Plus-TCP\FreeRTOS_UDP_IP.c" />
|
||||
<ClCompile Include="..\..\Source\FreeRTOS-Plus-TCP\portable\BufferManagement\BufferAllocation_2.c" />
|
||||
<ClCompile Include="..\..\Source\FreeRTOS-Plus-TCP\portable\NetworkInterface\WinPCap\NetworkInterface.c" />
|
||||
<ClCompile Include="..\..\Demo\Common\Logging\Logging_WinSim.c" />
|
||||
<ClCompile Include="..\..\Demo\Common\Logging\windows\Logging_WinSim.c" />
|
||||
<ClCompile Include="DemoTasks\SimpleTCPEchoServer.c" />
|
||||
<ClCompile Include="DemoTasks\TCPEchoClient_SingleTasks.c" />
|
||||
<ClCompile Include="DemoTasks\SimpleUDPClientAndServer.c" />
|
||||
|
|
|
|||
|
|
@ -96,7 +96,7 @@
|
|||
<ClCompile Include="..\..\Source\FreeRTOS-Plus-TCP\FreeRTOS_Stream_Buffer.c">
|
||||
<Filter>FreeRTOS+\FreeRTOS+TCP</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\Demo\Common\Logging\Logging_WinSim.c" />
|
||||
<ClCompile Include="..\..\Demo\Common\Logging\windows\Logging_WinSim.c" />
|
||||
<ClCompile Include="DemoTasks\SimpleTCPEchoServer.c">
|
||||
<Filter>DemoTasks</Filter>
|
||||
</ClCompile>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue