Skip to content
This repository has been archived by the owner on Apr 9, 2022. It is now read-only.

Commit

Permalink
update mimilib to v0.1.0 debug the last line can not read
Browse files Browse the repository at this point in the history
  • Loading branch information
graduateDesign authored and graduateDesign committed Aug 11, 2021
1 parent 31915b0 commit 381434c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/boot/msc-linux/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ int main()
{
char inputBuff[256] = {0};
MimiObj *msc = newRootObj("msc", New_Compiler);
obj_run(msc, "build('../src/mimiscript-api.py', '../src/dist/')");
// obj_run(msc, "build('mimiscript-api.py', 'mimiscript-api/')");
// obj_run(msc, "build('../src/mimiscript-api.py', '../src/dist/')");
obj_run(msc, "build('mimiscript-api.py', 'mimiscript-api/')");

float dmemBlockNum = DMEM_BLOCK_NUM;
printf("memory used max = %0.2fKb (%0.2f%) \r\n",
Expand Down
2 changes: 1 addition & 1 deletion src/package/mimilib

0 comments on commit 381434c

Please sign in to comment.