From 245b3c8a6519eb11e7b907dd2d0f990e929bc4f7 Mon Sep 17 00:00:00 2001 From: henryk Date: Fri, 14 Mar 2008 21:03:43 +0000 Subject: Enhances timing by 14 carrier cycles git-svn-id: https://svn.openpcd.org:2342/trunk@455 6dc7ffe9-61d6-0310-9af1-9938baff3ed1 --- openpicc/application/iso14443a_diffmiller.c | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'openpicc/application') diff --git a/openpicc/application/iso14443a_diffmiller.c b/openpicc/application/iso14443a_diffmiller.c index a36ea6b..e6eb6d8 100644 --- a/openpicc/application/iso14443a_diffmiller.c +++ b/openpicc/application/iso14443a_diffmiller.c @@ -191,14 +191,13 @@ static inline void end_frame(struct diffmiller_state * const state, const u_int3 #define DO_BIT_1 { \ last_data_bit = 1; \ - if(counter<8) { \ - state->byte |= (1<parity ^= 1; \ - } \ if(++counter==9) { \ append_to_frame(state, state->byte, 1, 8); \ counter=state->byte=state->parity=0; \ - } \ + } else { \ + state->byte |= (1<parity ^= 1; \ + } \ PRINT_BIT(" 1"); \ } -- cgit v1.2.3