We should of course skip it on OS X and run it on all other platforms. See #245

This commit is contained in:
Micke Prag 2013-02-20 15:46:11 +01:00
parent f49e83f0e7
commit 2effb362a0

View file

@ -140,7 +140,7 @@ void TelldusMain::start(void) {
while(janitor->isSignaled()) {
janitor->popSignal();
}
#ifdef _MACOSX
#ifndef _MACOSX
controllerManager.queryControllerStatus();
#endif
}