AmbiqSuiteSDK icon indicating copy to clipboard operation
AmbiqSuiteSDK copied to clipboard

apollo3.h Anonymous struct bitfield members should not have qualifiers

Open Wenn0101 opened this issue 3 years ago • 0 comments

Anontmous bitfields should not have qualifiers and generate errors with the armc6 compiler.

__IM uint32_t : 1; should be changed to uint32_t : 1;

Wenn0101 avatar Aug 26 '20 20:08 Wenn0101