update bsp/linux/main.c.

Signed-off-by: 李昂 <liang6516@outlook.com>
This commit is contained in:
李昂 2023-05-06 02:27:53 +00:00 committed by Gitee
parent ebbf765dbd
commit 42dc3209d0
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -2,7 +2,8 @@
int main(int argc, char *argv[])
{
pikaScriptShell(pikaScriptInit());
PikaObj* root = pikaScriptInit();
pikaScriptShell(root);
obj_deinit(root);
return 0;
}