mcu debug stuff entfernt

This commit is contained in:
Tristan Krause 2019-04-03 15:20:49 +02:00
parent 3195b06750
commit 1b36640c4f
9 changed files with 112 additions and 16 deletions

View file

@ -61,7 +61,6 @@ void USART::handleRX(void) volatile
void USART::handleTX(void) volatile
{
dio0.writePortA(send_pos);
if(send_pos < send_len)
{
while (!(UCSR0A & (1<<UDRE0)));