From 74976f5e3af2ecbd54e74984f9dc40940f3bf99e Mon Sep 17 00:00:00 2001 From: mikeller Date: Wed, 27 Nov 2019 20:03:36 +1300 Subject: [PATCH] Added NUCLEOH743 to pre-push target. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a64c9a8d29..235f9e1b88 100644 --- a/Makefile +++ b/Makefile @@ -108,7 +108,7 @@ FEATURE_CUT_LEVEL_SUPPLIED := $(FEATURE_CUT_LEVEL) FEATURE_CUT_LEVEL = # The list of targets to build for 'pre-push' -PRE_PUSH_TARGET_LIST ?= OMNIBUSF4 STM32F405 SPRACINGF7DUAL STM32F7X2 SITL test-representative +PRE_PUSH_TARGET_LIST ?= OMNIBUSF4 STM32F405 SPRACINGF7DUAL STM32F7X2 NUCLEOH743 SITL test-representative include $(ROOT)/make/targets.mk