adds bep to embassy startup sequence (#468)

* adds bep to embassy startup sequence

* always run postinit

* Update appmgr/src/bin/embassy-init.rs

Co-authored-by: Aiden McClelland <3732071+dr-bonez@users.noreply.github.com>
This commit is contained in:
Keagan McClelland
2021-09-13 11:59:56 -06:00
committed by Aiden McClelland
parent db91e2396f
commit 288ad14060
2 changed files with 37 additions and 30 deletions

View File

@@ -337,6 +337,8 @@ macro_rules! song {
};
}
pub const BEP: Song<[(Option<Note>, TimeSlice); 1]> = song!(120, [note(A, 4, Quarter);]);
pub const MARIO_DEATH: Song<[(Option<Note>, TimeSlice); 12]> = song!(400, [
note(B, 4, Quarter);
note(F, 5, Quarter);