From 3e50a305211f3969cd62c6c433ecb22a228a216a Mon Sep 17 00:00:00 2001 From: Philippe Teuwen Date: Tue, 19 May 2020 10:01:49 +0200 Subject: [PATCH] trace doc: minor --- doc/trace_notes.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/trace_notes.md b/doc/trace_notes.md index 8344c6184..84a692930 100644 --- a/doc/trace_notes.md +++ b/doc/trace_notes.md @@ -53,9 +53,9 @@ The binary format for the dynamic tracelog is as following. 32 bits timestamp (little endian) 16 bits duration (little endian) 15 bits data length (little endian) (0x7FFF) - 1 bit isResponse (used as readerToTag flag) - y Bytes data - x Bytes parity, where x == ceil(data_len/8) + 1 bit isResponse (0=reader to tag, 1=tag to reader) + data length Bytes data + x Bytes parity, where x == ceil(data length/8) */ typedef struct {