Skip to content
Snippets Groups Projects
Commit 76e9ee33 authored by Karl Andersson's avatar Karl Andersson Committed by Scott Lahteine
Browse files

Fix include order to make SERIAL_PORT_2 work (#13241)

parent 562f2321
No related branches found
No related tags found
No related merge requests found
......@@ -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
*/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment