Skip to content

Commit

Permalink
set default fast_bitrate to 1000000
Browse files Browse the repository at this point in the history
  • Loading branch information
Fellfalla committed May 30, 2022
1 parent 604799b commit 5cc9641
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fw/moteus.cc
Original file line number Diff line number Diff line change
Expand Up @@ -266,11 +266,11 @@ int main(void) {
options.rd = MOTEUS_CAN_RD;

options.slow_bitrate = 1000000;
options.fast_bitrate = 5000000;
options.fast_bitrate = 1000000;

options.fdcan_frame = true;
options.bitrate_switch = true;
options.automatic_retransmission = true;
options.automatic_retransmission = false;

return options;
}());
Expand Down

0 comments on commit 5cc9641

Please sign in to comment.