FreeRTOS / coreMQTT-Agent

Implements an MQTT agent (or daemon) task for simple MQTT connection sharing among different threads of execution.
MIT License
29 stars 32 forks source link

Fix MISRA violations #110

Closed moninom1 closed 2 months ago

moninom1 commented 2 months ago

Description

Fix these MISRA violations :

MISRA C-2012 Directive 4.6 MISRA C-2012 Rule 11.3 MISRA C-2012 Rule 8.13 MISRA C-2012 Rule 8.7 MISRA C-2012 Rule 8.9

Test Steps

Run Coverity tools.

Checklist:

Related Issue

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.