removing declaration from main

This commit is contained in:
Janosch
2022-10-10 12:47:33 +01:00
parent 2327ae7aab
commit 624b33ee73
-5
View File
@@ -201,11 +201,6 @@ static bool CheckChargerFaults()
(active3 && ((Param::GetInt(Param::c3flag) & FLAG_FAULT) || timeouts[2]));
}
static bool CheckUnplugged()
{
return IsEvseInput() && !Param::GetBool(Param::proximity);
}
static bool CheckTimeout()
{
uint32_t now = rtc_get_counter_val();