sparkfun / AmbiqSuiteSDK

A copy of the AmbiqSuite SDK available on GitHub. Can be used to include AmbiqSuite as a submodule. May be used to track issues in SDK releases, however this repo is not maintained by AmbiqMicro
39 stars 31 forks source link

apollo3.h Anonymous struct bitfield members should not have qualifiers #23

Open Wenn0101 opened 4 years ago

Wenn0101 commented 4 years ago

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

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