mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-05-12 11:42:13 -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();
|
||||
break;
|
||||
}
|
||||
} else {
|
||||
break;
|
||||
}
|
||||
led_usb.off();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue