diff options
author | Christopher Peplin <chris.peplin@rhubarbtech.com> | 2014-01-03 14:29:55 -0500 |
---|---|---|
committer | Christopher Peplin <chris.peplin@rhubarbtech.com> | 2014-01-03 14:29:55 -0500 |
commit | 980d26f9dfc4eb5b8da0dc786f733110be265aea (patch) | |
tree | 333355e7c84f1642addac359e41987e927be7fa0 /README.mkd | |
parent | a5e910714733f309b6db18f6017c6f0864e20d38 (diff) |
Document all functions in header files.
Diffstat (limited to 'README.mkd')
-rw-r--r-- | README.mkd | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -43,9 +43,9 @@ system: ... } -With your shims in place, create an IsoTpShim object to pass them around: +With your shims in place, create an IsoTpShims object to pass them around: - IsoTpShim shims = isotp_init_shims(debug, send_can, set_timer); + IsoTpShims shims = isotp_init_shims(debug, send_can, set_timer); ### API |