Merge pull request #595 from marckleinebudde/can-calc-bittiming-more-data-bitrates

can-calc-bit-timing: common_data_bitrates: add some slower bitrates
pull/594/merge
Marc Kleine-Budde 2025-05-03 15:02:56 +02:00 committed by GitHub
commit 3698814740
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 0 deletions

View File

@ -1121,6 +1121,11 @@ static const unsigned int common_data_bitrates[] = {
4000000, 4000000,
2000000, 2000000,
1000000, 1000000,
800000,
500000,
250000,
125000,
100000,
0 0
}; };