mirror of
https://github.com/arduino/Arduino.git
synced 2025-01-29 18:52:13 +01:00
Merge pull request #1608 from supcik/fix_indent
Fix indentation (cosmetic)
This commit is contained in:
commit
a340140ee7
@ -950,10 +950,10 @@ char getch(void)
|
|||||||
count++;
|
count++;
|
||||||
if (count > MAX_TIME_COUNT)
|
if (count > MAX_TIME_COUNT)
|
||||||
app_start();
|
app_start();
|
||||||
}
|
|
||||||
|
|
||||||
return UDR0;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
return UDR0;
|
||||||
|
}
|
||||||
else if(bootuart == 2) {
|
else if(bootuart == 2) {
|
||||||
while(!(UCSR1A & _BV(RXC1))) {
|
while(!(UCSR1A & _BV(RXC1))) {
|
||||||
/* 20060803 DojoCorp:: Addon coming from the previous Bootloader*/
|
/* 20060803 DojoCorp:: Addon coming from the previous Bootloader*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user