Skip to content

Commit 3c83af9

Browse files
committed
Rename 'jerry_api_' prefix to 'jerry_' in the main-riotos.c file
JerryScript-DCO-1.0-Signed-off-by: Robert Sipka rsipka.uszeged@partner.samsung.com
1 parent 0dd1082 commit 3c83af9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

targets/riot-stm32f4/source/main-riotos.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ int test_jerry (int argc, char **argv)
2626
/* Suppress compiler errors */
2727
(void) argc;
2828
(void) argv;
29-
const jerry_api_char_t script[] = "print ('Hello, World!');";
29+
const jerry_char_t script[] = "print ('Hello, World!');";
3030
printf ("This test run the following script code: [%s]\n\n", script);
3131

3232
size_t script_size = strlen ((const char *) script);

0 commit comments

Comments
 (0)