MPSoC Overhaul #892
@ -14,6 +14,9 @@
|
|||||||
|
|
||||||
namespace mpsoc {
|
namespace mpsoc {
|
||||||
|
|
||||||
|
static constexpr bool MPSOC_TX_WIRETAPPING = false;
|
||||||
|
static constexpr bool MPSOC_RX_WIRETAPPING = false;
|
||||||
|
|
||||||
static constexpr size_t CRC_SIZE = 2;
|
static constexpr size_t CRC_SIZE = 2;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@ -56,9 +59,6 @@ class TcBase : public ploc::SpTcBase {
|
|||||||
void printRxPacket(const SpacePacketReader& spReader);
|
void printRxPacket(const SpacePacketReader& spReader);
|
||||||
void printTxPacket(const ploc::SpTcBase& tcBase);
|
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 DEFAULT_CMD_TIMEOUT_MS = 5000;
|
||||||
static constexpr uint32_t CMD_TIMEOUT_MKFS = 15000;
|
static constexpr uint32_t CMD_TIMEOUT_MKFS = 15000;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user