diff options
author | Christopher Peplin <chris.peplin@rhubarbtech.com> | 2013-12-27 21:46:15 -0500 |
---|---|---|
committer | Christopher Peplin <chris.peplin@rhubarbtech.com> | 2013-12-27 21:46:15 -0500 |
commit | 9fadf3909846796d3666c5b8f9cbec9fc4e979c4 (patch) | |
tree | 3bba6733ba16a08e901c8ad103f9e8469a7ea3ec /src/isotp/isotp.h | |
parent | 451ee4faa42eb304b27aeeef8c75387b4a12a614 (diff) |
Test basic rx of a single frame message.
Diffstat (limited to 'src/isotp/isotp.h')
-rw-r--r-- | src/isotp/isotp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/isotp/isotp.h b/src/isotp/isotp.h index 089ecbc0..f1719548 100644 --- a/src/isotp/isotp.h +++ b/src/isotp/isotp.h @@ -94,7 +94,7 @@ void isotp_set_timeout(IsoTpHandler* handler, uint16_t timeout_ms); bool isotp_send(const uint8_t* payload, uint16_t payload_size); void isotp_receive_can_frame(IsoTpHandler* handler, - const uint16_t arbitration_id, const uint8_t* data, + const uint16_t arbitration_id, const uint64_t data, const uint8_t length); void isotp_destroy(IsoTpHandler* handler); |