mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-08-06 05:34:50 -04:00
Consider an incomplete write as an error.
This commit is contained in:
parent
ba3c9dd8d1
commit
fc8bb635a6
1 changed files with 2 additions and 0 deletions
|
@ -126,6 +126,8 @@ private:
|
||||||
led_tx.on();
|
led_tx.on();
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
} else {
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
led_usb.off();
|
led_usb.off();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue