Skip to content

Commit fe2a833

Browse files
committed
stm32/boards/NUCLEO_H743ZI2: Refer to NUCLEO_H743ZI for frozen manifest.
Fixes build issue introduced by 6250337 Signed-off-by: Damien George <[email protected]>
1 parent 850f09b commit fe2a833

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

ports/stm32/boards/NUCLEO_H743ZI/mpconfigboard.mk

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ MICROPY_PY_USSL = 1
2222
MICROPY_SSL_MBEDTLS = 1
2323
MICROPY_VFS_LFS2 = 1
2424

25-
FROZEN_MANIFEST = $(BOARD_DIR)/manifest.py
25+
FROZEN_MANIFEST ?= $(BOARD_DIR)/manifest.py
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1+
FROZEN_MANIFEST ?= boards/NUCLEO_H743ZI/manifest.py
2+
13
include boards/NUCLEO_H743ZI/mpconfigboard.mk

0 commit comments

Comments
 (0)