Add an option to control CAN frame padding (on by default).
authorChristopher Peplin <chris.peplin@rhubarbtech.com>
Fri, 14 Feb 2014 22:58:22 +0000 (17:58 -0500)
committerChristopher Peplin <chris.peplin@rhubarbtech.com>
Fri, 14 Feb 2014 22:58:22 +0000 (17:58 -0500)
commitc01a88ba1e56d455c7187a52a5e244500a0d6b0f
tree07ac638bdb393c71ba2209b55d18d912f4cb55e7
parent43fd60983efaaf4a475ee6a0d09395611b4aa6f8
Add an option to control CAN frame padding (on by default).

Fixed #1.
src/isotp/isotp.c
src/isotp/isotp_types.h
src/isotp/receive.h
src/isotp/send.c
tests/test_core.c [new file with mode: 0644]
tests/test_send.c