0.3.18
-
Fix build error when not using
portable_atomic_unsafe_assume_single_core
cfg on AVR and MSP430 custom targets. (#50)Since 0.3.11, atomic CAS was supported without the cfg on AVR and MSP430 builtin targets, but that change was not applied to custom targets.