aws / Jobs-for-AWS-IoT-embedded-sdk

Client library for using AWS IoT Jobs service on embedded devices
MIT License
13 stars 38 forks source link

Update AfrOtaJobDocumentFields_t definition. #89

Closed bradleysmith23 closed 10 months ago

bradleysmith23 commented 11 months ago

Issue #, if available:

Description of changes: Move definition of AfrOtaJobDocumentFields_t struct back to job_parser.h from job_parser.c

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

bradleysmith23 commented 11 months ago

/bot run formatting

kstribrnAmzn commented 11 months ago

Could you try moving the structure definition into it's own header file. I'm thinking should fix both the MISRA violation and allow this to build without problems. You will simply need to include the definition header for the build.