Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
portability: cmsis: use correct type for atomics
With the change of `atomic_t` from `int` to `long` there were a few places where there was some type aliasing occuring. Update CMSIS to use `atomic_t` rather than `int` for all atomic operations. Signed-off-by: Christopher Friedt <[email protected]>
- Loading branch information