Commit b8c1bdd9 authored by claes's avatar claes

Termination event from rt_ini handled

parent c4e76708
......@@ -254,6 +254,8 @@ static void xtt_qcom_events( Xtt *xtt)
} else if (new_event.b.swapDone && swap) {
swap = 0;
xtt->xnav->swap(1);
} else if (new_event.b.terminate) {
exit(0);
}
}
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment