make main return

This commit is contained in:
Neale Pickett 2012-05-02 11:45:36 -06:00
parent c0f8b1b88e
commit efb3c7063d
1 changed files with 1 additions and 0 deletions

View File

@ -115,4 +115,5 @@ main(int argc, char *argv[])
}
}
change_state(RESET, 0, 0);
return 0;
}