mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2024-11-23 12:04:19 +00:00
Fix include order to make SERIAL_PORT_2 work (#13241)
This commit is contained in:
parent
562f2321d2
commit
76e9ee33aa
@ -42,8 +42,6 @@
|
|||||||
#include "fastio_STM32.h"
|
#include "fastio_STM32.h"
|
||||||
#include "watchdog_STM32.h"
|
#include "watchdog_STM32.h"
|
||||||
|
|
||||||
#include "HAL_timers_STM32.h"
|
|
||||||
|
|
||||||
// --------------------------------------------------------------------------
|
// --------------------------------------------------------------------------
|
||||||
// Defines
|
// Defines
|
||||||
// --------------------------------------------------------------------------
|
// --------------------------------------------------------------------------
|
||||||
@ -101,6 +99,8 @@
|
|||||||
#define NUM_SERIAL 1
|
#define NUM_SERIAL 1
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#include "HAL_timers_STM32.h"
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* TODO: review this to return 1 for pins that are not analog input
|
* TODO: review this to return 1 for pins that are not analog input
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user