|
@@ -42,8 +42,6 @@
|
42
|
42
|
#include "fastio_STM32.h"
|
43
|
43
|
#include "watchdog_STM32.h"
|
44
|
44
|
|
45
|
|
-#include "HAL_timers_STM32.h"
|
46
|
|
-
|
47
|
45
|
// --------------------------------------------------------------------------
|
48
|
46
|
// Defines
|
49
|
47
|
// --------------------------------------------------------------------------
|
|
@@ -101,6 +99,8 @@
|
101
|
99
|
#define NUM_SERIAL 1
|
102
|
100
|
#endif
|
103
|
101
|
|
|
102
|
+#include "HAL_timers_STM32.h"
|
|
103
|
+
|
104
|
104
|
/**
|
105
|
105
|
* TODO: review this to return 1 for pins that are not analog input
|
106
|
106
|
*/
|