summaryrefslogtreecommitdiffstats
path: root/src/isotp/receive.h
diff options
context:
space:
mode:
authorChristopher Peplin <chris.peplin@rhubarbtech.com>2014-02-14 17:58:22 -0500
committerChristopher Peplin <chris.peplin@rhubarbtech.com>2014-02-14 17:58:22 -0500
commitc01a88ba1e56d455c7187a52a5e244500a0d6b0f (patch)
tree07ac638bdb393c71ba2209b55d18d912f4cb55e7 /src/isotp/receive.h
parent43fd60983efaaf4a475ee6a0d09395611b4aa6f8 (diff)
Add an option to control CAN frame padding (on by default).
Fixed #1.
Diffstat (limited to 'src/isotp/receive.h')
-rw-r--r--src/isotp/receive.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/isotp/receive.h b/src/isotp/receive.h
index e7e56d61..1dfd6f6d 100644
--- a/src/isotp/receive.h
+++ b/src/isotp/receive.h
@@ -29,8 +29,6 @@ typedef struct {
IsoTpMessageReceivedHandler message_received_callback;
uint16_t timeout_ms;
// timeout_ms: ISO_TP_DEFAULT_RESPONSE_TIMEOUT,
- bool frame_padding;
- // frame_padding: ISO_TP_DEFAULT_FRAME_PADDING_STATUS,
uint8_t* receive_buffer;
uint16_t received_buffer_size;
uint16_t incoming_message_size;