Browse Source

Fix include order to make SERIAL_PORT_2 work (#13241)

pull/1/head
Karl Andersson 6 years ago
committed by Scott Lahteine
parent
commit
76e9ee33aa
  1. 4
      Marlin/src/HAL/HAL_STM32/HAL.h

4
Marlin/src/HAL/HAL_STM32/HAL.h

@ -42,8 +42,6 @@
#include "fastio_STM32.h"
#include "watchdog_STM32.h"
#include "HAL_timers_STM32.h"
// --------------------------------------------------------------------------
// Defines
// --------------------------------------------------------------------------
@ -101,6 +99,8 @@
#define NUM_SERIAL 1
#endif
#include "HAL_timers_STM32.h"
/**
* TODO: review this to return 1 for pins that are not analog input
*/

Loading…
Cancel
Save