diff --git a/appmgr/src/sound.rs b/appmgr/src/sound.rs index d1455d93b..5c0905056 100644 --- a/appmgr/src/sound.rs +++ b/appmgr/src/sound.rs @@ -348,7 +348,7 @@ pub const CHARGE: Song<[(Option, TimeSlice); 7]> = song!(128, [ note(G, 5, Triplet(&Eighth)); rest(Triplet(&Eighth)); note(E, 5, Triplet(&Eighth)); - note(G, 5, Dot(&Half)); + note(G, 5, Half); ]); pub const SHUTDOWN: Song<[(Option, TimeSlice); 12]> = song!(120, [