fix e-stop after unlock bug

pull/100/head
Gabriel Burnworth 2018-01-26 14:37:28 -08:00 committed by GitHub
parent d659607617
commit ada9456aee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -29,6 +29,7 @@ Command::Command(char *commandChar)
else
{
invalidCommand = true;
commandCodeEnum = CODE_UNDEFINED;
return;
}