1
0
mirror of https://github.com/elua/elua.git synced 2025-01-25 01:02:54 +08:00

DOC - CAN - fix typo

This commit is contained in:
ecdr 2014-01-27 20:06:13 -08:00
parent ea93180b5b
commit c4493d48a4

View File

@ -38,7 +38,7 @@ enum
ret = "1 if the CAN interface exists, 0 otherwise" 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.]], desc = [[This function is used to initialize the CAN hardware and set the bus clock.]],
args = args =
{ {