Skip to content

Commit

Permalink
Merge pull request #49 from HeronMkII/1000-hr
Browse files Browse the repository at this point in the history
1000 hour test settings
  • Loading branch information
brunofalmeida authored Mar 31, 2019
2 parents d964899 + 4724ecc commit 8b029e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions manual_tests/main_test/main_test.c
Original file line number Diff line number Diff line change
Expand Up @@ -679,8 +679,8 @@ int main(void){
print("\n\n\nStarting commands test\n\n");

sim_local_actions = false;
sim_eps = true;
sim_pay = true;
sim_eps = false;
sim_pay = false;
sim_trans = true;
sim_trans_uart = false;
print_can_msgs = true;
Expand Down

0 comments on commit 8b029e3

Please sign in to comment.