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.
1 parent 0dd1082 commit 3c83af9Copy full SHA for 3c83af9
targets/riot-stm32f4/source/main-riotos.c
@@ -26,7 +26,7 @@ int test_jerry (int argc, char **argv)
26
/* Suppress compiler errors */
27
(void) argc;
28
(void) argv;
29
- const jerry_api_char_t script[] = "print ('Hello, World!');";
+ const jerry_char_t script[] = "print ('Hello, World!');";
30
printf ("This test run the following script code: [%s]\n\n", script);
31
32
size_t script_size = strlen ((const char *) script);
0 commit comments