mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-31 04:23:40 +00:00
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:
committed by
Aiden McClelland
parent
db91e2396f
commit
288ad14060
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user