Skip to content

Commit 29ffeb8

Browse files
authored
Add compiler ID enum definitions to comments
1 parent 2593592 commit 29ffeb8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

main.cpp

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,11 @@ int main()
2727
*/
2828
printf("CPU ID: 0x%x \n", stats.cpu_id);
2929

30+
/* Compiler IDs
31+
ARM = 1
32+
GCC_ARM = 2
33+
IAR = 3
34+
*/
3035
printf("Compiler ID: %d \n", stats.compiler_id);
3136

3237
/* Compiler versions:

0 commit comments

Comments
 (0)