From 0c21c4581d1280ebdcdab794ace84a9cc0ade1d8 Mon Sep 17 00:00:00 2001 From: Frederic Pillon Date: Fri, 19 May 2023 14:21:24 +0200 Subject: [PATCH] fix(ci): NUCLEO_C031C6 has no One-Second interrupt Signed-off-by: Frederic Pillon --- extras/rtc_cores_config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extras/rtc_cores_config.json b/extras/rtc_cores_config.json index 788adcb..8b3ed50 100644 --- a/extras/rtc_cores_config.json +++ b/extras/rtc_cores_config.json @@ -191,7 +191,7 @@ { "pattern": "RTC_Seconds", "applicable": false, - "boards": [ "NUCLEO_F030R8", "NUCLEO_F031K6", "NUCLEO_F042K6"] + "boards": [ "NUCLEO_C031C6", "NUCLEO_F030R8", "NUCLEO_F031K6", "NUCLEO_F042K6"] }, { "pattern": "F1RTCDateRetention",