diff options
Diffstat (limited to 'stmhal/rng.c')
-rw-r--r-- | stmhal/rng.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stmhal/rng.c b/stmhal/rng.c index 69fcb9d6ff..ea636770c0 100644 --- a/stmhal/rng.c +++ b/stmhal/rng.c @@ -28,8 +28,8 @@ #include "stm32f4xx_hal.h" -#include "misc.h" #include "mpconfig.h" +#include "misc.h" #include "qstr.h" #include "obj.h" #include "rng.h" |