Skip to content

Commit

Permalink
fix(ci): NUCLEO_C031C6 has no One-Second interrupt
Browse files Browse the repository at this point in the history
Signed-off-by: Frederic Pillon <[email protected]>
  • Loading branch information
fpistm committed May 19, 2023
1 parent 6baaa81 commit 0c21c45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extras/rtc_cores_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 0c21c45

Please sign in to comment.