summaryrefslogtreecommitdiffstatshomepage
path: root/stmhal/mphal.h
diff options
context:
space:
mode:
Diffstat (limited to 'stmhal/mphal.h')
-rw-r--r--stmhal/mphal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/stmhal/mphal.h b/stmhal/mphal.h
index b705facc43..e211cc02f3 100644
--- a/stmhal/mphal.h
+++ b/stmhal/mphal.h
@@ -1,5 +1,5 @@
// We use the ST Cube HAL library for most hardware peripherals
-#include <stm32f4xx_hal.h>
+#include STM32_HAL_H
// Basic GPIO functions
#define GPIO_read_pin(gpio, pin) (((gpio)->IDR >> (pin)) & 1)