Fix: wrong type not compatible with signature in
authorRomain Forlot <romain.forlot@iot.bzh>
Thu, 9 Mar 2017 09:02:17 +0000 (10:02 +0100)
committerRomain Forlot <romain.forlot@iot.bzh>
Thu, 9 Mar 2017 09:02:17 +0000 (10:02 +0100)
isotp-c libs.

Change-Id: Ie5709e5c0b7f25c4a1eab876a695c2d24f7fe936
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
README.mkd

index 8f9574f..aa0d7fd 100644 (file)
@@ -19,7 +19,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.
-    bool send_can(const uint16_t arbitration_id, const uint8_t* data,
+    bool send_can(const uint32_t arbitration_id, const uint8_t* data,
             const uint8_t size) {
         ...
     }