mirror of
https://github.com/linux-can/can-utils.git
synced 2026-08-05 06:20:00 +02:00
can-calc-bit-timing: common_data_bitrates: add some slower bitrates
There are real world use cases for CAN-FD data bitrates below 1 MBit/s. Add some to the common_data_bitrates array. Link: https://lore.kernel.org/79BCE02A-D4EC-4362-B0D3-3FE76FB17B78@vpprocess.com
This commit is contained in:
@@ -1121,6 +1121,11 @@ static const unsigned int common_data_bitrates[] = {
|
||||
4000000,
|
||||
2000000,
|
||||
1000000,
|
||||
800000,
|
||||
500000,
|
||||
250000,
|
||||
125000,
|
||||
100000,
|
||||
0
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user