summaryrefslogtreecommitdiffstats
path: root/README.mkd
diff options
context:
space:
mode:
authorChristopher Peplin <chris.peplin@rhubarbtech.com>2014-01-03 14:29:55 -0500
committerChristopher Peplin <chris.peplin@rhubarbtech.com>2014-01-03 14:29:55 -0500
commit980d26f9dfc4eb5b8da0dc786f733110be265aea (patch)
tree333355e7c84f1642addac359e41987e927be7fa0 /README.mkd
parenta5e910714733f309b6db18f6017c6f0864e20d38 (diff)
Document all functions in header files.
Diffstat (limited to 'README.mkd')
-rw-r--r--README.mkd4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.mkd b/README.mkd
index 6c3efa94..ac8b67bc 100644
--- a/README.mkd
+++ b/README.mkd
@@ -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