avoid error

This commit is contained in:
Logan McNaughton
2023-10-12 12:51:17 -06:00
parent 6fa2292fe4
commit f345ab6968
+1
View File
@@ -152,6 +152,7 @@ pub fn setup_channels_format(device: &mut device::Device) {
0xfd => {
/* channel reset - send reset command and discard the results */
disable_pif_channel(&mut device.pif.channels[k]); // not sure about this
k += 1;
i += 1;
}