This commit is contained in:
Theron 2020-08-09 12:37:11 -05:00
parent d4e5c47523
commit 9f11b93c24
1 changed files with 1 additions and 1 deletions

View File

@ -146,4 +146,4 @@ impl DMC {
// bits 7-0 LLLL.LLLL Sample length = %LLLL.LLLL0001 = (L * 16) + 1 bytes
self.sample_length = ((value as usize) << 4) + 1;
}
}
}