codegen target for B3_AP
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user