Merge pull request #595 from marckleinebudde/can-calc-bittiming-more-data-bitrates
can-calc-bit-timing: common_data_bitrates: add some slower bitratespull/594/merge
commit
3698814740
|
|
@ -1121,6 +1121,11 @@ static const unsigned int common_data_bitrates[] = {
|
||||||
4000000,
|
4000000,
|
||||||
2000000,
|
2000000,
|
||||||
1000000,
|
1000000,
|
||||||
|
800000,
|
||||||
|
500000,
|
||||||
|
250000,
|
||||||
|
125000,
|
||||||
|
100000,
|
||||||
0
|
0
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue