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

Signed-off-by: Damien George <damien@micropython.org>
pull/5195/merge
Damien George 2022-07-11 14:47:46 +10:00
rodzic 9af6a275dd
commit 1329155b96
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

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