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
Anontmous bitfields should not have qualifiers and generate errors with the armc6 compiler.
__IM uint32_t : 1;
should be changed touint32_t : 1;