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: