From 1329155b969386623200feff776e87336bf8e2e7 Mon Sep 17 00:00:00 2001 From: Damien George Date: Mon, 11 Jul 2022 14:47:46 +1000 Subject: [PATCH] stm32/sdram: Include boardctrl.h for fatal-error handler. Signed-off-by: Damien George --- ports/stm32/sdram.c | 1 + 1 file changed, 1 insertion(+) diff --git a/ports/stm32/sdram.c b/ports/stm32/sdram.c index 65a949770e..a94b802ea4 100644 --- a/ports/stm32/sdram.c +++ b/ports/stm32/sdram.c @@ -11,6 +11,7 @@ #include #include "py/runtime.h" #include "py/mphal.h" +#include "boardctrl.h" #include "pin.h" #include "pin_static_af.h" #include "mpu.h"