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
Fixed exit() to avoid error NameError: name 'exit' is not defined #35
When the script fails due to Unknown message received, it will crash due to
exit()
not being properly defined. Changedexit()
tosys.exit()