mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-16 11:21:18 +03:00
Fix indentation (cosmetic)
This commit is contained in:
@ -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*/
|
||||||
|
Reference in New Issue
Block a user