summaryrefslogtreecommitdiff
path: root/FreeRTOS-Plus/Demo/AWS/Device_Shadow_Windows_Simulator/Device_Shadow_Demo/WIN32.vcxproj.filters
diff options
context:
space:
mode:
authorOscar Michael Abrina <abrinao@amazon.com>2020-11-05 10:12:06 -0800
committerGitHub <noreply@github.com>2020-11-05 10:12:06 -0800
commit330b8c002f33754d047160a5f6fcde690b3db8f4 (patch)
tree07a0fa53de46f1dfbbc5e90de511c3903cba0f7b /FreeRTOS-Plus/Demo/AWS/Device_Shadow_Windows_Simulator/Device_Shadow_Demo/WIN32.vcxproj.filters
parent698b2b46d6b9a8f8f0c5441b193f7b27b2a64806 (diff)
downloadfreertos-git-330b8c002f33754d047160a5f6fcde690b3db8f4.tar.gz
Delete printf-stdarg.c and move logging.c from Source/Logging (#381)
printf-stdarg.c seems have to been moved by mistake when moving logging sources to a common folder. Also, because logging.c is specific to Windows, it is moved to FreeRTOS-Plus/Demo/Common/Logging/Logging_WinSim.c.
Diffstat (limited to 'FreeRTOS-Plus/Demo/AWS/Device_Shadow_Windows_Simulator/Device_Shadow_Demo/WIN32.vcxproj.filters')
-rw-r--r--FreeRTOS-Plus/Demo/AWS/Device_Shadow_Windows_Simulator/Device_Shadow_Demo/WIN32.vcxproj.filters2
1 files changed, 1 insertions, 1 deletions
diff --git a/FreeRTOS-Plus/Demo/AWS/Device_Shadow_Windows_Simulator/Device_Shadow_Demo/WIN32.vcxproj.filters b/FreeRTOS-Plus/Demo/AWS/Device_Shadow_Windows_Simulator/Device_Shadow_Demo/WIN32.vcxproj.filters
index a80bc2b79..24ee8f351 100644
--- a/FreeRTOS-Plus/Demo/AWS/Device_Shadow_Windows_Simulator/Device_Shadow_Demo/WIN32.vcxproj.filters
+++ b/FreeRTOS-Plus/Demo/AWS/Device_Shadow_Windows_Simulator/Device_Shadow_Demo/WIN32.vcxproj.filters
@@ -139,7 +139,7 @@
<ClCompile Include="..\..\..\..\..\FreeRTOS\Source\stream_buffer.c">
<Filter>FreeRTOS\Source</Filter>
</ClCompile>
- <ClCompile Include="..\..\..\..\..\FreeRTOS-Plus\Source\Logging\logging.c" />
+ <ClCompile Include="..\..\..\..\..\FreeRTOS-Plus\Demo\Common\Logging\Logging_WinSim.c" />
<ClCompile Include="..\Common\main.c" />
<ClCompile Include="..\..\..\..\Source\Application-Protocols\coreMQTT\source\core_mqtt_serializer.c">
<Filter>FreeRTOS+\FreeRTOS IoT Libraries\standard\coreMQTT\src</Filter>