From: Antonio Ospite Date: Wed, 25 Jan 2012 11:24:53 +0000 (+0100) Subject: Add info about transfer direction in debug messages, add newline X-Git-Tag: v0.1.0~12 X-Git-Url: https://git.ao2.it/libam7xxx.git/commitdiff_plain/b9376b1fd2f4e3bd5870e6bb43c523e4b6c297d8?hp=0a0245dfbfc15f619ab1cc23d1f7ff76ecc2fcd6 Add info about transfer direction in debug messages, add newline --- diff --git a/src/am7xxx.c b/src/am7xxx.c index 7bd4a2c..90dcc8c 100644 --- a/src/am7xxx.c +++ b/src/am7xxx.c @@ -103,6 +103,7 @@ static int send_data(am7xxx_device dev, uint8_t *buffer, unsigned int len) int transferred; #if DEBUG + printf("\nsending -->\n"); dump_buffer(buffer, len); printf("\n"); #endif @@ -138,6 +139,7 @@ static int send_header(am7xxx_device dev, struct am7xxx_header *h) int ret; #if DEBUG + printf("\n"); dump_header(h); printf("\n"); #endif