Prusa MINI Firmware overview
|
Go to the documentation of this file.
28 #include "../../inc/MarlinConfigPre.h"
32 #if ENABLED(SERIAL_XON_XOFF)
42 #
if ENABLED(SERIAL_STATS_DROPPED_RX)
47 #
if ENABLED(SERIAL_STATS_RX_BUFFER_OVERRUNS)
52 #
if ENABLED(SERIAL_STATS_RX_FRAMING_ERRORS)
57 #
if ENABLED(SERIAL_STATS_MAX_RX_QUEUED)
constexpr bool bEMERGENCY_PARSER
Definition: MarlinSerial.h:36
constexpr bool bSERIAL_STATS_RX_BUFFER_OVERRUNS
Definition: MarlinSerial.h:46
constexpr bool bSERIAL_XON_XOFF
Definition: MarlinSerial.h:31
constexpr bool bSERIAL_STATS_MAX_RX_QUEUED
Definition: MarlinSerial.h:56
constexpr bool bSERIAL_STATS_DROPPED_RX
Definition: MarlinSerial.h:41
#define ENABLED(V...)
Definition: macros.h:177
constexpr bool bSERIAL_STATS_RX_FRAMING_ERRORS
Definition: MarlinSerial.h:51