stm32/sdram: Include boardctrl.h for fatal-error handler.

Signed-off-by: Damien George <damien@micropython.org>
This commit is contained in:
Damien George 2022-07-11 14:47:46 +10:00
parent 9af6a275dd
commit 1329155b96
1 changed files with 1 additions and 0 deletions

View File

@ -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"