mirror of
https://github.com/linux-can/can-utils.git
synced 2026-08-06 06:49:53 +02:00
can-calc-bit-timing: common_bitrates: add more bitrates
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
This commit is contained in:
@@ -1140,11 +1140,14 @@ static const struct calc_bittiming_const can_calc_consts[] = {
|
||||
static const unsigned int common_bitrates[] = {
|
||||
1000000,
|
||||
800000,
|
||||
666666,
|
||||
500000,
|
||||
250000,
|
||||
125000,
|
||||
100000,
|
||||
83333,
|
||||
50000,
|
||||
33333,
|
||||
20000,
|
||||
10000,
|
||||
0
|
||||
|
||||
Reference in New Issue
Block a user