We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97e9a95 commit e68b08eCopy full SHA for e68b08e
hal/common/mbed_critical.c
@@ -87,7 +87,9 @@ void core_util_critical_section_exit(void)
87
#if EXCLUSIVE_ACCESS
88
89
/* Supress __ldrex and __strex deprecated warnings - "#3731-D: intrinsic is deprecated" */
90
+#if defined (__CC_ARM)
91
#pragma diag_suppress 3731
92
+#endif
93
94
bool core_util_atomic_cas_u8(uint8_t *ptr, uint8_t *expectedCurrentValue, uint8_t desiredValue)
95
{
0 commit comments