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