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.
2 parents 5539d65 + e435738 commit 8376303Copy full SHA for 8376303
drivers/MbedCRC.h
@@ -644,7 +644,7 @@ class MbedCRC {
644
}
645
646
/* Check to see if we can do assembler optimizations */
647
-#if ((defined __GNUC__ || defined __clang__) && !defined __CC_ARM) && \
+#if (defined __GNUC__ || defined __clang__) && \
648
(defined __arm__ || defined __ARM_ARCH)
649
#if (__ARM_ARCH_7M__ == 1U) || \
650
(__ARM_ARCH_7EM__ == 1U) || \
0 commit comments