From bdf96aae39d6df270de7f6f58dc034e35434d933 Mon Sep 17 00:00:00 2001 From: pwpiwi Date: Wed, 31 Oct 2018 22:00:36 +0100 Subject: [PATCH] fix hf 15 reader (merge error) --- armsrc/iso15693.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/armsrc/iso15693.c b/armsrc/iso15693.c index 04f43825..da2aab69 100644 --- a/armsrc/iso15693.c +++ b/armsrc/iso15693.c @@ -175,6 +175,8 @@ static void CodeIso15693AsReader(uint8_t *cmd, int n) for(i = 0; i < 4; i++) { ToSendStuffBit(1); } + + ToSendMax++; } // encode data using "1 out of 256" scheme -- 2.39.2