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:
Damien George 2023-02-01 23:22:18 +11:00
parent 850f09b109
commit fe2a8332ff
2 changed files with 3 additions and 1 deletions

View File

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

View File

@ -1 +1,3 @@
FROZEN_MANIFEST ?= boards/NUCLEO_H743ZI/manifest.py
include boards/NUCLEO_H743ZI/mpconfigboard.mk