mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-25 11:46:31 +00:00
Satisfy compiler
This commit is contained in:
parent
abb56854f5
commit
fa9b04cd1b
@ -586,6 +586,7 @@ int32_t ShutterCalculatePosition(uint32_t i)
|
|||||||
} else {
|
} else {
|
||||||
return Shutter[i].real_position;
|
return Shutter[i].real_position;
|
||||||
}
|
}
|
||||||
|
return 0; // Never reaches here, Satisfy compiler
|
||||||
}
|
}
|
||||||
|
|
||||||
void ShutterRelayChanged(void)
|
void ShutterRelayChanged(void)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user