diff options
Diffstat (limited to 'stmhal/rng.c')
| -rw-r--r-- | stmhal/rng.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/stmhal/rng.c b/stmhal/rng.c index ea636770c..c2685ce2b 100644 --- a/stmhal/rng.c +++ b/stmhal/rng.c @@ -28,10 +28,7 @@ #include "stm32f4xx_hal.h" -#include "mpconfig.h" -#include "misc.h" -#include "qstr.h" -#include "obj.h" +#include "py/obj.h" #include "rng.h" #if MICROPY_HW_ENABLE_RNG |
