We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 325aa60 commit da1a4dbCopy full SHA for da1a4db
2 files changed
CodeGen/src/linux_main_rt.c
@@ -200,6 +200,7 @@ static void *rt_task(void *p)
200
void endme(int n)
201
{
202
end = 1;
203
+ NAME(MODEL, _pt_ctx).ctrlloopend = 1;
204
}
205
206
void print_usage(void)
CodeGen/src/nuttx_main.c
@@ -210,6 +210,7 @@ static void *rt_task(void *p)
210
211
212
213
214
215
216
0 commit comments