mirror of
https://gitee.com/Lyon1998/pikapython.git
synced 2025-01-29 17:22:56 +08:00
update bsp/linux/main.c.
Signed-off-by: 李昂 <liang6516@outlook.com>
This commit is contained in:
parent
ebbf765dbd
commit
42dc3209d0
@ -2,7 +2,8 @@
|
|||||||
|
|
||||||
int main(int argc, char *argv[])
|
int main(int argc, char *argv[])
|
||||||
{
|
{
|
||||||
pikaScriptShell(pikaScriptInit());
|
PikaObj* root = pikaScriptInit();
|
||||||
|
pikaScriptShell(root);
|
||||||
|
obj_deinit(root);
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user