- zapit/capmt: prepare merge from ddt

Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
svenhoefer
2019-12-16 23:54:19 +01:00
committed by Thilo Graf
parent 0e96208010
commit 4c0a0cc4b7

View File

@@ -361,8 +361,6 @@ bool CCamManager::SetMode(t_channel_id channel_id, enum runmode mode, bool start
#if ! HAVE_COOL_HARDWARE
// CI
if (mode && !start) {
INFO("\033[33m (mode && !start) do we really need this?\033[0m");
}
#endif
CaIdVector caids;
@@ -448,6 +446,9 @@ bool CCamManager::SetMode(t_channel_id channel_id, enum runmode mode, bool start
}
#endif
}
#if ! HAVE_COOL_HARDWARE
}
#endif
return true;
}