From 80b31dc0972eca3f67dd2be7518b133e316e8f32 Mon Sep 17 00:00:00 2001 From: Damien George Date: Mon, 3 Jul 2017 17:37:22 +1000 Subject: stmhal: Clean up some header includes. --- stmhal/system_stm32.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'stmhal/system_stm32.c') diff --git a/stmhal/system_stm32.c b/stmhal/system_stm32.c index 266b8a92a..a63bd3c57 100644 --- a/stmhal/system_stm32.c +++ b/stmhal/system_stm32.c @@ -87,8 +87,7 @@ * @{ */ -#include "mpconfigboard.h" -#include STM32_HAL_H +#include "py/mphal.h" void __fatal_error(const char *msg); -- cgit v1.2.3