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 497d0d6 + 3fb8224 commit e03b3b6Copy full SHA for e03b3b6
platform/mbed_stats.c
@@ -170,7 +170,7 @@ void mbed_stats_sys_get(mbed_stats_sys_t *stats)
170
#if defined(__IAR_SYSTEMS_ICC__)
171
stats->compiler_id = IAR;
172
stats->compiler_version = __VER__;
173
-#elif defined(__CC_ARM)
+#elif defined(__ARMCC_VERSION)
174
stats->compiler_id = ARM;
175
stats->compiler_version = __ARMCC_VERSION;
176
#elif defined(__GNUC__)
0 commit comments