Fixed reboot loop when aborting startup.
This commit is contained in:
parent
ac914b7b95
commit
bbcf178e7f
1 changed files with 2 additions and 2 deletions
|
@ -225,7 +225,7 @@ int main_loop(int argc, char ** argv){
|
||||||
}
|
}
|
||||||
}else if(yna(in_string) == 'a'){
|
}else if(yna(in_string) == 'a'){
|
||||||
//abort controller startup
|
//abort controller startup
|
||||||
return 1;
|
return 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -247,7 +247,7 @@ int main_loop(int argc, char ** argv){
|
||||||
}
|
}
|
||||||
}else if(yna(in_string) == 'a'){
|
}else if(yna(in_string) == 'a'){
|
||||||
//abort controller startup
|
//abort controller startup
|
||||||
return 1;
|
return 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue