Fix indentation (cosmetic)

This commit is contained in:
Jacques Supcik 2013-10-06 10:59:53 +02:00
parent a0b9d95065
commit aaafaf33b4
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*/