Fix STM32F1 SERIAL_GET_TX_BUFFER_FREE

This commit is contained in:
Scott Lahteine 2020-12-05 19:25:34 -06:00 committed by Scott Lahteine
parent 4b6fa1b54d
commit b6cd7aaf17

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