summaryrefslogtreecommitdiffstatshomepage
path: root/stmhal/usbd_conf.c
diff options
context:
space:
mode:
authorDave Hylands <dhylands@gmail.com>2015-07-28 08:36:26 -0700
committerDamien George <damien.p.george@gmail.com>2015-07-30 00:38:25 +0100
commitea8bf8105812b36fbf1596a78c6e14aa0a0c5a36 (patch)
tree6a8f4a024791052bf50a0328f994d311acd37b49 /stmhal/usbd_conf.c
parentf243851ccdbb686508f37a573e3ba46da5fffa0c (diff)
downloadmicropython-ea8bf8105812b36fbf1596a78c6e14aa0a0c5a36.tar.gz
micropython-ea8bf8105812b36fbf1596a78c6e14aa0a0c5a36.zip
stmhal: Replace #include "stm32f4xx_hal.h" with #include STM32_HAL_H.
Diffstat (limited to 'stmhal/usbd_conf.c')
-rw-r--r--stmhal/usbd_conf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/stmhal/usbd_conf.c b/stmhal/usbd_conf.c
index c55db33c96..600c17a41d 100644
--- a/stmhal/usbd_conf.c
+++ b/stmhal/usbd_conf.c
@@ -30,7 +30,7 @@
*/
/* Includes ------------------------------------------------------------------*/
-#include "stm32f4xx_hal.h"
+#include STM32_HAL_H
#include "usbd_core.h"
/* Private typedef -----------------------------------------------------------*/