mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-01-24 13:41:29 -05:00
Consider an incomplete write as an error.
This commit is contained in:
parent
ba3c9dd8d1
commit
fc8bb635a6
@ -126,6 +126,8 @@ private:
|
||||
led_tx.on();
|
||||
break;
|
||||
}
|
||||
} else {
|
||||
break;
|
||||
}
|
||||
led_usb.off();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user