summaryrefslogtreecommitdiff
path: root/src/main.h
diff options
context:
space:
mode:
authorAditya Naik2020-06-10 15:19:22 -0400
committerAditya Naik2020-06-10 15:19:22 -0400
commitc67e5c72e59dbe0688ff7c937696a221d0089d7a (patch)
tree4bd0dbce1eee9fb4c11b2dec83dfb511b0f8c309 /src/main.h
parentab6f8af31993a882adeeaefb83f00f607c16d9ee (diff)
Moved all F4-specific files to the HAL port directory
Diffstat (limited to 'src/main.h')
-rw-r--r--src/main.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.h b/src/main.h
index 5d4be41..6579484 100644
--- a/src/main.h
+++ b/src/main.h
@@ -28,7 +28,7 @@ extern "C" {
#endif
/* Includes ------------------------------------------------------------------*/
-#include "stm32f4xx_hal.h"
+#include "port.h"
/* Private includes ----------------------------------------------------------*/
/* USER CODE BEGIN Includes */