Skip to content

Commit

Permalink
Fix tsegX for normal CAN
Browse files Browse the repository at this point in the history
  • Loading branch information
pd0wm committed Dec 6, 2024
1 parent e562c73 commit 976923b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/vector/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ use tracing::info;
const CONFIG_500K_2M_80: XLcanFdConf = XLcanFdConf {
arbitrationBitRate: 500_000,
sjwAbr: 1,
tseg1Abr: 25,
tseg2Abr: 6,
tseg1Abr: 15,
tseg2Abr: 4,
dataBitRate: 2_000_000,
sjwDbr: 1,
tseg1Dbr: 31,
Expand Down

0 comments on commit 976923b

Please sign in to comment.