Skip to content

Commit

Permalink
DOC - CAN - fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ecdr committed Mar 20, 2014
1 parent ea93180 commit c4493d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/eluadoc/arch_platform_can.lua
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ enum
ret = "1 if the CAN interface exists, 0 otherwise"
},

{ sig = "u32 #platform_can_setup#( unsigned id, u23 clock );",
{ sig = "u32 #platform_can_setup#( unsigned id, u32 clock );",
desc = [[This function is used to initialize the CAN hardware and set the bus clock.]],
args =
{
Expand Down

0 comments on commit c4493d4

Please sign in to comment.