Skip to content

Commit 0f4f6f1

Browse files
committed
Fix indentation (cosmetic)
(Filtered from arduino/Arduino@aaafaf3)
1 parent 8dce79b commit 0f4f6f1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

bootloaders/atmega/ATmegaBOOT_168.c

Lines changed: 3 additions & 3 deletions
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)