Desuuuu
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
Marlin/src/HAL/AVR/MarlinSerial.h
|
|
@ -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; |
|
|
|