minor fix for standlone compilation

This commit is contained in:
proddy
2020-08-28 15:11:35 +02:00
parent 6b4e91aa0b
commit 844267eeef

View File

@@ -717,6 +717,8 @@ bool System::check_upgrade() {
Serial.end();
return true;
#else
return false;
#endif
}