mirror of
https://github.com/linux-can/can-utils.git
synced 2026-08-04 22:09:57 +02:00
Added comment to clarify that the mcp251x uses half of the external OSC clock as the base clock
This commit is contained in:
@@ -362,8 +362,9 @@ static struct calc_bittiming_const can_calc_consts[] = {
|
||||
.brp_inc = 1,
|
||||
},
|
||||
.ref_clk = {
|
||||
{ .clk = 8000000, },
|
||||
{ .clk = 10000000, },
|
||||
/* The mcp251x uses half of the external OSC clock as the base clock */
|
||||
{ .clk = 16000000 / 2, },
|
||||
{ .clk = 20000000 / 2, },
|
||||
},
|
||||
.printf_btr = printf_btr_mcp251x,
|
||||
}, {
|
||||
|
||||
Reference in New Issue
Block a user