This commit is contained in:
Federico Fissore 2013-10-14 12:42:42 +02:00
commit 5cbb7ba8ad
1 changed files with 3 additions and 3 deletions

View File

@ -950,10 +950,10 @@ char getch(void)
count++;
if (count > MAX_TIME_COUNT)
app_start();
}
return UDR0;
}
return UDR0;
}
else if(bootuart == 2) {
while(!(UCSR1A & _BV(RXC1))) {
/* 20060803 DojoCorp:: Addon coming from the previous Bootloader*/