works
Some checks are pending
EIVE/eive-obsw/pipeline/head Build started...
EIVE/eive-obsw/pipeline/pr-main This commit looks good

This commit is contained in:
Robin Müller 2023-07-13 21:19:30 +02:00
parent 16dbba6545
commit 93ea8519b0
Signed by: muellerr
GPG Key ID: A649FB78196E3849

View File

@ -24,7 +24,7 @@ extern "C" {
using namespace returnvalue;
static constexpr bool PACKET_WIRETAPPING = true;
static constexpr bool PACKET_WIRETAPPING = false;
StrComHandler::StrComHandler(object_id_t objectId) : SystemObject(objectId) {
lock = MutexFactory::instance()->createMutex();