From 4a0acbf1580a832e8e3e2e4b9fc8651bba92d77f Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Tue, 30 Apr 2024 15:37:53 +0200 Subject: [PATCH] further reduce printout --- linux/payload/plocMpsocHelpers.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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;