From ea8bf8105812b36fbf1596a78c6e14aa0a0c5a36 Mon Sep 17 00:00:00 2001 From: Dave Hylands Date: Tue, 28 Jul 2015 08:36:26 -0700 Subject: stmhal: Replace #include "stm32f4xx_hal.h" with #include STM32_HAL_H. --- stmhal/pendsv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stmhal/pendsv.c') diff --git a/stmhal/pendsv.c b/stmhal/pendsv.c index 5f5603f35..f374e06fd 100644 --- a/stmhal/pendsv.c +++ b/stmhal/pendsv.c @@ -25,7 +25,7 @@ */ #include -#include +#include STM32_HAL_H #include "py/mpstate.h" #include "py/runtime.h" -- cgit v1.2.3