From d7732382fc8c48840a0169e14d938262957800ad Mon Sep 17 00:00:00 2001 From: iabdalkader Date: Fri, 11 Oct 2024 20:43:08 +0200 Subject: [PATCH] modules: Remove ST header. --- src/omv/modules/py_imu.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/omv/modules/py_imu.c b/src/omv/modules/py_imu.c index 14c6a70d7..ca7cec1e9 100644 --- a/src/omv/modules/py_imu.c +++ b/src/omv/modules/py_imu.c @@ -26,8 +26,6 @@ #include "omv_boardconfig.h" #if MICROPY_PY_IMU -#include STM32_HAL_H - #include "py/obj.h" #include "py/mphal.h" #include "py/runtime.h"