From 65476f4c98bddb6bc6f23ebe0fa8229dc3633641 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Tue, 30 Apr 2024 15:18:15 +0200 Subject: [PATCH] reduce printouts --- linux/payload/MpsocCommunication.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/linux/payload/MpsocCommunication.h b/linux/payload/MpsocCommunication.h index 3e26051e..b46c361c 100644 --- a/linux/payload/MpsocCommunication.h +++ b/linux/payload/MpsocCommunication.h @@ -9,8 +9,8 @@ #include "fsfw/tmtcpacket/ccsds/SpacePacketReader.h" #include "linux/payload/SerialCommunicationHelper.h" -static constexpr bool MPSOC_LOW_LEVEL_TX_WIRETAPPING = true; -static constexpr bool MPSOC_LOW_LEVEL_RX_WIRETAPPING = true; +static constexpr bool MPSOC_LOW_LEVEL_TX_WIRETAPPING = false; +static constexpr bool MPSOC_LOW_LEVEL_RX_WIRETAPPING = false; class MpsocCommunication : public SystemObject { public: