codegen target for B3_AP

This commit is contained in:
Matthew GONG
2021-05-31 23:31:53 +08:00
parent edb0d46ad6
commit cc9a7a44ae
3 changed files with 45 additions and 8 deletions
+13
View File
@@ -0,0 +1,13 @@
%openfile main_file = "rt_main.c"
%selectfile main_file
#include "%<CompiledModel.Name>.h"
int rt_main(void)
{
return 0;
}
%selectfile NULL_FILE
%closefile main_file