Update emergency_parser for 2.0.x parity (#10530)

This commit is contained in:
Scott Lahteine
2018-04-25 22:42:43 -05:00
committed by GitHub
parent d429d5a4ae
commit 11bbcfd69e
6 changed files with 192 additions and 115 deletions

View File

@@ -101,10 +101,6 @@
extern ring_buffer_pos_t rx_max_enqueued;
#endif
#if ENABLED(EMERGENCY_PARSER)
extern bool killed_by_M112;
#endif
class MarlinSerial { //: public Stream
public: