Skip to content

Commit 532b07e

Browse files
committed
2026-05-15 14:11:03
1 parent 0214621 commit 532b07e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/apu.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ struct RegCh4 {
181181
impl RegCh1 {
182182
fn power_up() -> Self {
183183
let mut r = Reg::power_up();
184-
r.n[1] = 0x40; // duty=1, length=0
184+
r.n[1] = 0x40;
185185
Self { r }
186186
}
187187
}

0 commit comments

Comments
 (0)