Browse Source

Fix MarlinSerial typo

vanilla_fb_2.0.x
Scott Lahteine 3 years ago
parent
commit
8532c2b9b6
  1. 2
      Marlin/src/HAL/AVR/MarlinSerial.h

2
Marlin/src/HAL/AVR/MarlinSerial.h

@ -287,7 +287,7 @@
#else #else
static constexpr unsigned int RX_SIZE = 64; static constexpr unsigned int RX_SIZE = 64;
static constexpr unsigned int TX_SIZE = 128; static constexpr unsigned int TX_SIZE = 128;
static constexpr bool RX_OVERRUNS = false static constexpr bool RX_OVERRUNS = false;
#endif #endif
}; };

Loading…
Cancel
Save