CMSIS-Core(M): Fix conflict for ArmClang with arm_compat.h (#1211)
The arm_compat.h defines the ArmCC compatibility functions __enable_irq and __disable_irq. These are (re)defined in CMSIS which cause a clash if both are used at a time.
Loading
Please sign in to comment