adafruit / Adafruit_nRF52_Arduino

Adafruit code for the Nordic nRF52 BLE SoC on Arduino
Other
623 stars 497 forks source link

Fix to atomic compiler errors #657

Closed jpconstantineau closed 3 years ago

jpconstantineau commented 3 years ago

This simple fix is to resolve the issue with compilation errors on "atomic_uint32_t". This is an alias for std::atomic. When replacing it with the unaliased type, the errors are gone.