Skip to content

Commit aa8d5d9

Browse files
mguetschowMrKevinWeiss
authored andcommitted
update RIOT for accelerometer SAUL support
1 parent 9641cf6 commit aa8d5d9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

01-hello-world/main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ int main(void)
2626
puts("Hello World!");
2727

2828
printf("You are running RIOT on a(n) %s board.\n", RIOT_BOARD);
29-
printf("This board features a(n) %s MCU.\n", RIOT_MCU);
29+
printf("This board features a(n) %s MCU.\n", RIOT_CPU);
3030

3131
return 0;
3232
}

0 commit comments

Comments
 (0)