Revert "examples/hello-world: make it fail"

This reverts commit 3d2d242d2cdf0e94839529da61f9ea54b507b3f9.
This commit is contained in:
Alexandre Abadie 2022-02-09 11:26:03 +01:00
parent 3d2d242d2c
commit d35a13f08c
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405

View File

@ -23,7 +23,7 @@
int main(void)
{
puts("Hello World!")
puts("Hello World!");
printf("You are running RIOT on a(n) %s board.\n", RIOT_BOARD);
printf("This board features a(n) %s MCU.\n", RIOT_MCU);