diff options
author | Christopher Peplin <chris.peplin@rhubarbtech.com> | 2014-01-02 18:31:52 -0500 |
---|---|---|
committer | Christopher Peplin <chris.peplin@rhubarbtech.com> | 2014-01-02 18:31:52 -0500 |
commit | fe5f39179f7c85a2924c288149b5ecc8488918b1 (patch) | |
tree | 5c8f5250b136c58dc58338507446f47c2683631e /tests/common.c | |
parent | 3b25a0491ce9ef9b55c903c6c7f0929bc2910d1a (diff) |
Attempt to print entire payload and fail.
Diffstat (limited to 'tests/common.c')
-rw-r--r-- | tests/common.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/common.c b/tests/common.c index 882c266a..5995df74 100644 --- a/tests/common.c +++ b/tests/common.c @@ -76,9 +76,7 @@ void message_sent(const IsoTpMessage* message, const bool success) { void can_frame_sent(const uint16_t arbitration_id, const uint8_t* payload, const uint8_t size) { - debug("Sent CAN Frame:"); - // TODO add something like this to canutil - /* log_can_message(arbitration_id, payload, size); */ + debug("Sent CAN Frame with arb ID 0x%x and %d bytes", arbitration_id, size); } void setup() { |