create new issue e4c811653781e69e40b63fd27a8c1e20

This commit is contained in:
sigil-03 2025-08-16 17:00:51 -06:00
parent ecf47e998e
commit bda34e6bef

View file

@ -0,0 +1,3 @@
fix scaling on DpcmDecoder::output_next()
currently it scales to u8, but pwm outputs can use more! use usize!