From f4972c557531260046bcaf2c01bcbf7268e7602c Mon Sep 17 00:00:00 2001 From: valeros Date: Mon, 29 Jul 2024 16:21:36 +0300 Subject: [PATCH] Add specific variant header for nucleo_f439zi --- boards/nucleo_f429zi.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/boards/nucleo_f429zi.json b/boards/nucleo_f429zi.json index 47b9f0d1..976e9d5c 100644 --- a/boards/nucleo_f429zi.json +++ b/boards/nucleo_f429zi.json @@ -1,5 +1,8 @@ { "build": { + "arduino": { + "variant_h": "variant_NUCLEO_F4x9ZI.h" + }, "core": "stm32", "cpu": "cortex-m4", "extra_flags": "-DSTM32F4 -DSTM32F429xx",