Enable use of SERIAL_PORT_2 on HAL_STM32 (#12197)

This commit is contained in:
Karl Andersson
2018-10-23 22:24:58 +02:00
committed by Scott Lahteine
parent 46360f18b4
commit aa72884a6e
3 changed files with 3 additions and 2 deletions

View File

@@ -41,6 +41,7 @@
#include <USBSerial.h>
#endif
#include "../../inc/MarlinConfigPre.h"
#include "../shared/math_32bit.h"
#include "../shared/HAL_SPI.h"
#include "fastio_STM32.h"