Skip to content
Snippets Groups Projects
Commit 48ffa108 authored by Julia Scharsich's avatar Julia Scharsich
Browse files

Update julart.c

parent 7c365be4
No related branches found
No related tags found
No related merge requests found
......@@ -36,7 +36,7 @@ void my_uart_init(void){
stdin = &uart_io;
rbIndex = 0;
rbHead = 0;
//rbHead = 0;
return;
}
......@@ -80,4 +80,5 @@ ISR (USART_RX_vect)
rbIndex=0;
}
else rbIndex++;
}
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment