stm32/boards/NUCLEO_H743ZI2: Refer to NUCLEO_H743ZI for frozen manifest.
Fixes build issue introduced by 6250337c9c
Signed-off-by: Damien George <damien@micropython.org>
This commit is contained in:
parent
850f09b109
commit
fe2a8332ff
|
@ -22,4 +22,4 @@ MICROPY_PY_USSL = 1
|
|||
MICROPY_SSL_MBEDTLS = 1
|
||||
MICROPY_VFS_LFS2 = 1
|
||||
|
||||
FROZEN_MANIFEST = $(BOARD_DIR)/manifest.py
|
||||
FROZEN_MANIFEST ?= $(BOARD_DIR)/manifest.py
|
||||
|
|
|
@ -1 +1,3 @@
|
|||
FROZEN_MANIFEST ?= boards/NUCLEO_H743ZI/manifest.py
|
||||
|
||||
include boards/NUCLEO_H743ZI/mpconfigboard.mk
|
||||
|
|
Loading…
Reference in New Issue