Skip to content

Commit a340140

Browse files
committed
Merge pull request #1608 from supcik/fix_indent
Fix indentation (cosmetic)
2 parents a0b9d95 + aaafaf3 commit a340140

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

hardware/arduino/bootloaders/atmega/ATmegaBOOT_168.c

+3-3
Original file line numberDiff line numberDiff line change
@@ -950,10 +950,10 @@ char getch(void)
950950
count++;
951951
if (count > MAX_TIME_COUNT)
952952
app_start();
953-
}
954-
955-
return UDR0;
956953
}
954+
955+
return UDR0;
956+
}
957957
else if(bootuart == 2) {
958958
while(!(UCSR1A & _BV(RXC1))) {
959959
/* 20060803 DojoCorp:: Addon coming from the previous Bootloader*/

0 commit comments

Comments
 (0)