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/rng.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stmhal/rng.c') diff --git a/stmhal/rng.c b/stmhal/rng.c index c2685ce2b..2571bc3a0 100644 --- a/stmhal/rng.c +++ b/stmhal/rng.c @@ -26,7 +26,7 @@ #include -#include "stm32f4xx_hal.h" +#include STM32_HAL_H #include "py/obj.h" #include "rng.h" -- cgit v1.2.3