mcu debug stuff entfernt
This commit is contained in:
parent
3195b06750
commit
1b36640c4f
9 changed files with 112 additions and 16 deletions
|
@ -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)));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue