From 1fef0b137e38df2f23dc5e98262422ac33e354ee Mon Sep 17 00:00:00 2001 From: Christopher Peplin Date: Sun, 5 Jan 2014 18:56:20 -0500 Subject: [PATCH] Update API in README to match actual code. --- README.mkd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { ... } -- 2.16.6