This repository has been archived by the owner on Apr 24, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replace the handrolled pal_plat_osAtomicIncrement impl. with mbed OS
The pal_plat_osAtomicIncrement() had multiple implementations, which are CPU arch and compiler dependent and caused problem with IAR. Replace them with calls to core_util_atomic_*_u32 functions, which already have target specific implementations.
- Loading branch information
1 parent
e415f0f
commit dd32918
Showing
1 changed file
with
19 additions
and
68 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters