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/stm32_it.c | |
parent | 5b509dbc7bd542ad9fdc7e94f8b8c096db8bef40 (diff) |
stmhal: Clean up some header includes.
Diffstat (limited to 'stmhal/stm32_it.c')
-rw-r--r-- | stmhal/stm32_it.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/stmhal/stm32_it.c b/stmhal/stm32_it.c index 913f1c931..357b6d79d 100644 --- a/stmhal/stm32_it.c +++ b/stmhal/stm32_it.c @@ -67,12 +67,10 @@ #include <stdio.h> -#include "stm32_it.h" -#include STM32_HAL_H - #include "py/mpstate.h" #include "py/obj.h" #include "py/mphal.h" +#include "stm32_it.h" #include "pendsv.h" #include "irq.h" #include "pybthread.h" |