diff --git a/c-host/linux/platform.c b/c-host/linux/platform.c index 2322ea91..3d6261bd 100644 --- a/c-host/linux/platform.c +++ b/c-host/linux/platform.c @@ -33,7 +33,8 @@ struct osThreadHandle int main(int argc, char * argv[]) { - int result = app_main(); + bool termSig = false; + int result = app_main(&termSig); os_shmemUnmap(); return result; }