diff --git a/linux/payload/plocMpsocHelpers.h b/linux/payload/plocMpsocHelpers.h index 53b9a5a1..f92b43ca 100644 --- a/linux/payload/plocMpsocHelpers.h +++ b/linux/payload/plocMpsocHelpers.h @@ -14,6 +14,9 @@ namespace mpsoc { +static constexpr bool MPSOC_TX_WIRETAPPING = false; +static constexpr bool MPSOC_RX_WIRETAPPING = false; + static constexpr size_t CRC_SIZE = 2; /** @@ -56,9 +59,6 @@ class TcBase : public ploc::SpTcBase { void printRxPacket(const SpacePacketReader& spReader); void printTxPacket(const ploc::SpTcBase& tcBase); -static constexpr bool MPSOC_TX_WIRETAPPING = true; -static constexpr bool MPSOC_RX_WIRETAPPING = true; - static constexpr uint32_t DEFAULT_CMD_TIMEOUT_MS = 5000; static constexpr uint32_t CMD_TIMEOUT_MKFS = 15000;