We should of course skip it on OS X and run it on all other platforms. See #245
This commit is contained in:
parent
f49e83f0e7
commit
2effb362a0
1 changed files with 1 additions and 1 deletions
|
@ -140,7 +140,7 @@ void TelldusMain::start(void) {
|
||||||
while(janitor->isSignaled()) {
|
while(janitor->isSignaled()) {
|
||||||
janitor->popSignal();
|
janitor->popSignal();
|
||||||
}
|
}
|
||||||
#ifdef _MACOSX
|
#ifndef _MACOSX
|
||||||
controllerManager.queryControllerStatus();
|
controllerManager.queryControllerStatus();
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue