0
0
Fork 0
mirror of https://github.com/MarlinFirmware/Marlin.git synced 2025-03-15 10:46:18 +00:00

Fix STM32F1 SERIAL_GET_TX_BUFFER_FREE

This commit is contained in:
Scott Lahteine 2020-12-05 19:25:34 -06:00
parent a8dffdebd4
commit a3f6e48eb6

View file

@ -110,7 +110,7 @@
#error "LCD_SERIAL_PORT must be -1 or from 1 to 3. Please update your configuration."
#endif
#define SERIAL_GET_TX_BUFFER_FREE LCD_SERIAL.availableForWrite
#define SERIAL_GET_TX_BUFFER_FREE() LCD_SERIAL.availableForWrite()
#endif
// Set interrupt grouping for this MCU