We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78d3cf1 commit ca31f97Copy full SHA for ca31f97
Marlin/src/lcd/extui/dgus_e3s1pro/DGUSDisplay.cpp
@@ -337,8 +337,8 @@ void DGUSDisplay::processRx() {
337
338
size_t DGUSDisplay::getFreeTxBuffer() {
339
return (
340
- #ifdef LCD_SERIAL_GET_TX_BUFFER_FREE
341
- LCD_SERIAL_GET_TX_BUFFER_FREE()
+ #ifdef LCD_SERIAL_TX_BUFFER_FREE
+ LCD_SERIAL_TX_BUFFER_FREE()
342
#else
343
SIZE_MAX
344
#endif
Marlin/src/lcd/extui/dgus_reloaded/DGUSDisplay.cpp
@@ -334,8 +334,8 @@ void DGUSDisplay::processRx() {
334
335
336
0 commit comments