🐛 Fix JyersUI for LPC176x (#22745)

Co-authored-by: Scott Lahteine <github@thinkyhead.com>
This commit is contained in:
tome9111991
2021-09-12 21:56:40 +02:00
committed by GitHub
parent afe4cb7fee
commit 3a457c9d13
4 changed files with 26 additions and 23 deletions

View File

@@ -46,6 +46,8 @@ public:
void end() {}
uint8_t availableForWrite(void) { /* flushTX(); */ return TX_BUFFER_SIZE; }
#if ENABLED(EMERGENCY_PARSER)
bool recv_callback(const char c) override;
#endif