From 28e221da18a3a48166c5a6bc6649c7affef37ea8 Mon Sep 17 00:00:00 2001 From: George Beckstein Date: Wed, 20 May 2020 07:30:18 -0400 Subject: [PATCH] Update NUCLEO_G474RE target definition to inherit from renamed MCU_STM32 --- targets/targets.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/targets/targets.json b/targets/targets.json index 4250a50618..128946427c 100644 --- a/targets/targets.json +++ b/targets/targets.json @@ -7518,7 +7518,7 @@ }, "NUCLEO_G474RE": { "inherits": [ - "FAMILY_STM32" + "MCU_STM32" ], "supported_form_factors": [ "ARDUINO",