Open TorstenRobitzki opened 2 years ago
the nrf52 implementation relies on volatile variables, with should be easily replaceable by std::atomic<>s.
volatile
std::atomic<>s
the nrf52 implementation relies on
volatile
variables, with should be easily replaceable bystd::atomic<>s
.