Skip to content

Commit

Permalink
update daq can bus to 1mb
Browse files Browse the repository at this point in the history
  • Loading branch information
mathbrook committed May 26, 2024
1 parent 58cda33 commit 0fe15fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/FlexCAN_handle.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ void InitCAN()
{
// Daqcan only needs to send, but fast
DaqCAN_.begin();
DaqCAN_.setBaudRate(500000);
DaqCAN_.setBaudRate(1000000);
DaqCAN_.setMaxMB(NUM_TX_MAILBOXES + NUM_RX_MAILBOXES);
for (int i = 0; i < (NUM_RX_MAILBOXES - 1); i++)
{
Expand Down

0 comments on commit 0fe15fb

Please sign in to comment.