Skip to content
Snippets Groups Projects
Unverified Commit fcd1678a authored by Desuuuu's avatar Desuuuu Committed by GitHub
Browse files

Actually apply DGUS_[RT]X_BUFFER_SIZE (#17952)

parent 00e7599c
Branches
Tags
No related merge requests found
......@@ -299,8 +299,8 @@
template <uint8_t serial>
struct MarlinInternalSerialCfg {
static constexpr int PORT = serial;
static constexpr unsigned int RX_SIZE = 128;
static constexpr unsigned int TX_SIZE = 48;
static constexpr unsigned int RX_SIZE = DGUS_RX_BUFFER_SIZE;
static constexpr unsigned int TX_SIZE = DGUS_TX_BUFFER_SIZE;
static constexpr bool XONOFF = false;
static constexpr bool EMERGENCYPARSER = false;
static constexpr bool DROPPED_RX = false;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment