diff options
author | Damien George <damien.p.george@gmail.com> | 2017-07-03 17:37:22 +1000 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2017-07-03 17:37:22 +1000 |
commit | 80b31dc0972eca3f67dd2be7518b133e316e8f32 (patch) | |
tree | 93f5f8153bdb5b2293c851d85aba153b873433e8 /stmhal/system_stm32.c | |
parent | 5b509dbc7bd542ad9fdc7e94f8b8c096db8bef40 (diff) | |
download | micropython-80b31dc0972eca3f67dd2be7518b133e316e8f32.tar.gz micropython-80b31dc0972eca3f67dd2be7518b133e316e8f32.zip |
stmhal: Clean up some header includes.
Diffstat (limited to 'stmhal/system_stm32.c')
-rw-r--r-- | stmhal/system_stm32.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/stmhal/system_stm32.c b/stmhal/system_stm32.c index 266b8a92a5..a63bd3c570 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); |