From bda34e6bef1d7875d7739e0a96f0af5f9aee5cf3 Mon Sep 17 00:00:00 2001 From: sigil-03 Date: Sat, 16 Aug 2025 17:00:51 -0600 Subject: [PATCH] create new issue e4c811653781e69e40b63fd27a8c1e20 --- e4c811653781e69e40b63fd27a8c1e20/description | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 e4c811653781e69e40b63fd27a8c1e20/description 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!