diff options
Diffstat (limited to 'stmhal/rtc.c')
-rw-r--r-- | stmhal/rtc.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/stmhal/rtc.c b/stmhal/rtc.c index f58aa92733..82bb61bbff 100644 --- a/stmhal/rtc.c +++ b/stmhal/rtc.c @@ -28,11 +28,7 @@ #include "stm32f4xx_hal.h" -#include "mpconfig.h" -#include "misc.h" -#include "qstr.h" -#include "obj.h" -#include "runtime.h" +#include "py/runtime.h" #include "rtc.h" /// \moduleref pyb |