diff options
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 |