diff --git a/e4c811653781e69e40b63fd27a8c1e20/description b/e4c811653781e69e40b63fd27a8c1e20/description new file mode 100644 index 0000000..6524fee --- /dev/null +++ b/e4c811653781e69e40b63fd27a8c1e20/description @@ -0,0 +1,3 @@ +fix scaling on DpcmDecoder::output_next() + +currently it scales to u8, but pwm outputs can use more! use usize!