Browse Source

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

Signed-off-by: Damien George <damien@micropython.org>
pull/5195/merge
Damien George 2 years ago
parent
commit
1329155b96
  1. 1
      ports/stm32/sdram.c

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

Loading…
Cancel
Save