Skip to content

Commit 2d33c31

Browse files
committed
more conservative max brp for vector
1 parent 03bc236 commit 2d33c31

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/vector/mod.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ pub const VECTOR_TIMING_CONST: AdapterTimingConst = AdapterTimingConst {
4242
tseg2_max: 254,
4343
sjw_max: 128,
4444
brp_min: 1,
45-
brp_max: 1024,
45+
brp_max: 64,
4646
brp_inc: 1,
4747
},
4848
data: Some(BitTimingConst {
@@ -53,7 +53,7 @@ pub const VECTOR_TIMING_CONST: AdapterTimingConst = AdapterTimingConst {
5353
tseg2_max: 126,
5454
sjw_max: 64,
5555
brp_min: 1,
56-
brp_max: 1024,
56+
brp_max: 64,
5757
brp_inc: 1,
5858
}),
5959
};

0 commit comments

Comments
 (0)