diff options
| author | Damien George <damien@micropython.org> | 2022-07-11 14:47:46 +1000 |
|---|---|---|
| committer | Damien George <damien@micropython.org> | 2022-07-11 14:47:46 +1000 |
| commit | 1329155b969386623200feff776e87336bf8e2e7 (patch) | |
| tree | 47ad98fba27d13ca9d8f4dbe90b3e584d52cbb5c | |
| parent | 9af6a275dd2bbb8a815e27e1e61c3f4547a44da0 (diff) | |
stm32/sdram: Include boardctrl.h for fatal-error handler.
Signed-off-by: Damien George <damien@micropython.org>
| -rw-r--r-- | ports/stm32/sdram.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ports/stm32/sdram.c b/ports/stm32/sdram.c index 65a949770..a94b802ea 100644 --- a/ports/stm32/sdram.c +++ b/ports/stm32/sdram.c @@ -11,6 +11,7 @@ #include <string.h> #include "py/runtime.h" #include "py/mphal.h" +#include "boardctrl.h" #include "pin.h" #include "pin_static_af.h" #include "mpu.h" |
