We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03bc236 commit 2d33c31Copy full SHA for 2d33c31
1 file changed
src/vector/mod.rs
@@ -42,7 +42,7 @@ pub const VECTOR_TIMING_CONST: AdapterTimingConst = AdapterTimingConst {
42
tseg2_max: 254,
43
sjw_max: 128,
44
brp_min: 1,
45
- brp_max: 1024,
+ brp_max: 64,
46
brp_inc: 1,
47
},
48
data: Some(BitTimingConst {
@@ -53,7 +53,7 @@ pub const VECTOR_TIMING_CONST: AdapterTimingConst = AdapterTimingConst {
53
tseg2_max: 126,
54
sjw_max: 64,
55
56
57
58
}),
59
};
0 commit comments