Skip to content

Fixes up incorrect atomic include for ESP8266

Choose a tag to compare

@davetcc davetcc released this 17 Feb 18:45
ebaaf4b

The atomic include for ESP8266 was within a namespace declaration, this had the effect of making std:atomic become tminternal::std::atomic. Fixed up and checked on a range of boards.