stm32/sdram: Include boardctrl.h for fatal-error handler.
Signed-off-by: Damien George <damien@micropython.org>
This commit is contained in:
parent
9af6a275dd
commit
1329155b96
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue