You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
let backup_list = vec![KnownBoardNames::NucleoF4,KnownBoardNames::MicrobitV2];
48
+
let backup_list = vec![
49
+
KnownBoardNames::NucleoF4,
50
+
KnownBoardNames::MicrobitV2,
51
+
KnownBoardNames::Nrf52840dk,
52
+
];
42
53
43
54
assert_eq!(list_known_board_names(), backup_list,"If this fails it means that you likely forgot to update `list_known_boards`, and subsequently the `list_known_boards_updated` test");
0 commit comments