Files
FreeRTOS/FreeRTOS-Plus/Demo/AWS/Device_Shadow_Windows_Simulator
andysun2015 af837b2940 Fix build warnings in Shadow demo due to snprintf and unreferenced formal parameter (#357)
Fixes build warnings by making the following changes:
- Add header file for snprintf to prevent building warning in Visual Studio.
- Add for compiler warning about unused parameters.
2020-10-21 09:50:42 -07:00
..