Closed ewertons closed 3 years ago
Logging functions often depend on format translation done similar to sprintf. In such case, the void arguments passed need to be cast to const char so the format provided matches the args.
This PR replaces https://github.com/Azure/azure-iot-middleware-freertos/pull/173
Logging functions often depend on format translation done similar to sprintf. In such case, the void arguments passed need to be cast to const char so the format provided matches the args.