Code Review
/
apps
/
agl-service-can-low-level.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
1a3951a
)
Update API in README to match actual code.
author
Christopher Peplin
<chris.peplin@rhubarbtech.com>
Sun, 5 Jan 2014 23:56:20 +0000
(18:56 -0500)
committer
Christopher Peplin
<chris.peplin@rhubarbtech.com>
Sun, 5 Jan 2014 23:56:20 +0000
(18:56 -0500)
README.mkd
patch
|
blob
|
history
diff --git
a/README.mkd
b/README.mkd
index
041eff4
..
58cc152
100644
(file)
--- 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) {
...
}