- switch on power on leaving Error state

git-svn-id: http://moon:8086/svn/projects/HendiControl@57 fda53097-d464-4ada-af97-ba876c37ca34
This commit is contained in:
2019-03-04 16:39:39 +00:00
parent 5b01cd0926
commit cc3a619f92
3 changed files with 15 additions and 14 deletions
+1
View File
@@ -236,6 +236,7 @@ int main(void)
{
if (state == StateError)
{
setSwitch(SwitchOn);
state_next = StateNormal;
}
}