Now running ELF in background to enable HID comms

This commit is contained in:
Michal Moskal
2017-07-06 12:24:21 +01:00
parent 3e9a94d35f
commit afc5e643d5
4 changed files with 30 additions and 0 deletions

View File

@ -263,6 +263,7 @@ void dumpDmesg() {
}
void initRuntime() {
daemon(1, 1);
startTime = currTime();
DMESG("runtime starting...");
pthread_t disp;