mirror of
https://gitee.com/Lyon1998/pikapython.git
synced 2025-01-15 17:02:53 +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[])
|
||||
{
|
||||
pikaScriptShell(pikaScriptInit());
|
||||
PikaObj* root = pikaScriptInit();
|
||||
pikaScriptShell(root);
|
||||
obj_deinit(root);
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user