Skip to content

Commit 15f5e70

Browse files
committed
Added blinky-button-demo entry to xtasks
1 parent 192eeeb commit 15f5e70

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

xtask/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ pub static HALS: &[(&str, &str)] = &[
1010
];
1111

1212
pub static EXAMPLES: &[(&str, &[&str])] = &[
13+
("blinky-button-demo", &[]),
1314
("ccm-demo", &["52810", "52832", "52833", "52840"]),
1415
("comp-demo", &[]),
1516
("ecb-demo", &["51", "52810", "52832", "52833", "52840"]),

0 commit comments

Comments
 (0)