mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-20 21:01:25 +03:00
merge
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*/
|
||||||
|
@ -44,6 +44,7 @@ File::File(void) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
File::~File(void) {
|
File::~File(void) {
|
||||||
|
close();
|
||||||
// Serial.print("Deleted file object");
|
// Serial.print("Deleted file object");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user