bluetoe icon indicating copy to clipboard operation
bluetoe copied to clipboard

[nrf52]use of std::atomic

Open TorstenRobitzki opened this issue 2 years ago • 0 comments

the nrf52 implementation relies on volatile variables, with should be easily replaceable by std::atomic<>s.

TorstenRobitzki avatar Jul 28 '22 13:07 TorstenRobitzki