summaryrefslogtreecommitdiffstats
path: root/README.mkd
diff options
context:
space:
mode:
authorChristopher Peplin <chris.peplin@rhubarbtech.com>2014-01-05 18:56:20 -0500
committerChristopher Peplin <chris.peplin@rhubarbtech.com>2014-01-05 18:56:20 -0500
commit1fef0b137e38df2f23dc5e98262422ac33e354ee (patch)
treed2659ff148bb9132f139fd4458d59f506e240980 /README.mkd
parent1a3951aa48132f696e76bcad97db8c7133cb35d4 (diff)
Update API in README to match actual code.
Diffstat (limited to 'README.mkd')
-rw-r--r--README.mkd2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.mkd b/README.mkd
index 041eff4e..58cc152d 100644
--- a/README.mkd
+++ b/README.mkd
@@ -17,7 +17,7 @@ system:
// required, this must send a single CAN message with the given arbitration
// ID (i.e. the CAN message ID) and data. The size will never be more than 8
// bytes.
- void send_can(const uint16_t arbitration_id, const uint8_t* data,
+ bool send_can(const uint16_t arbitration_id, const uint8_t* data,
const uint8_t size) {
...
}