X-Git-Url: https://git.ao2.it/libam7xxx.git/blobdiff_plain/7c12ee7bab2847c89104dbec43ea5cec481ed1a1..f4ddb64dbbc9703a77cfab149a13d0276f1a11e2:/src/am7xxx.c diff --git a/src/am7xxx.c b/src/am7xxx.c index a8bcc49..6574100 100644 --- a/src/am7xxx.c +++ b/src/am7xxx.c @@ -69,7 +69,7 @@ static struct am7xxx_usb_device_descriptor supported_devices[] = { }; /* The header size on the wire is known to be always 24 bytes, regardless of - * the memory configuration enforced by different architechtures or compilers + * the memory configuration enforced by different architectures or compilers * for struct am7xxx_header */ #define AM7XXX_HEADER_WIRE_SIZE 24 @@ -244,6 +244,7 @@ static void debug_dump_header(am7xxx_context *ctx, struct am7xxx_header *h) (void)ctx; (void)h; } + static void trace_dump_buffer(am7xxx_context *ctx, const char *message, uint8_t *buffer, unsigned int len) {