Skip to content

Commit 33db7cf

Browse files
committed
configure in bao-video to the emu mode to start feeling out the changes
1 parent edab1dd commit 33db7cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xtask/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@ fn main() -> Result<(), Box<dyn std::error::Error>> {
365365
.add_apps(&get_cratespecs());
366366
}
367367
Some("baosec-emu") => {
368-
let bao_pkgs = ["xous-ticktimer", "xous-log", "xous-names", "modals"];
368+
let bao_pkgs = ["xous-ticktimer", "xous-log", "xous-names", "modals", "bao-video"];
369369
builder
370370
.target_hosted()
371371
.add_feature("hosted-baosec")

0 commit comments

Comments
 (0)