Bump RIOT target to 25.04 (#5231)

JerryScript-DCO-1.0-Signed-off-by: Roland Takacs rtakacs@inf.u-szeged.hu
This commit is contained in:
Roland Takacs
2025-06-03 13:04:20 +02:00
committed by GitHub
parent 50200152fe
commit 355ab24cdc
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -91,7 +91,7 @@ main (void)
} now = { .d = jerry_port_current_time () };
srand (now.u);
printf ("You are running RIOT on a(n) %s board.\n", RIOT_BOARD);
printf ("This board features a(n) %s MCU.\n", RIOT_MCU);
printf ("This board features a(n) %s MCU.\n", RIOT_CPU);
/* start the shell */
char line_buf[SHELL_DEFAULT_BUFSIZE];