Fix ExtUI SD sorting, compile issues

This commit is contained in:
Marcio Teixeira
2020-09-08 14:31:20 -06:00
committed by Scott Lahteine
parent 006b7f3f17
commit 328d8b5952
3 changed files with 6 additions and 2 deletions

View File

@ -20,6 +20,8 @@
*
*/
#ifdef __STM32F1__
#include "../../inc/MarlinConfigPre.h"
#include "MarlinSerial.h"
#include <libmaple/usart.h>
@ -91,3 +93,5 @@ static inline __always_inline void my_usart_irq(ring_buffer *rb, ring_buffer *wb
#if SERIAL_PORT == 5 || SERIAL_PORT_2 == 5 || DGUS_SERIAL_PORT == 5
DEFINE_HWSERIAL_UART_MARLIN(MSerial5, 5);
#endif
#endif // __STM32F1__