Consider an incomplete write as an error.

This commit is contained in:
Jared Boone 2016-04-06 11:26:56 -07:00
parent ba3c9dd8d1
commit fc8bb635a6

View File

@ -126,6 +126,8 @@ private:
led_tx.on(); led_tx.on();
break; break;
} }
} else {
break;
} }
led_usb.off(); led_usb.off();
} }