From a18b831b839da7c22eb31d3116038ffc8637e3d5 Mon Sep 17 00:00:00 2001 From: henryk Date: Mon, 17 Mar 2008 19:42:46 +0000 Subject: Use diffmiller performance measurement tools git-svn-id: https://svn.openpcd.org:2342/trunk@461 6dc7ffe9-61d6-0310-9af1-9938baff3ed1 --- openpicc/application/tc_recv.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'openpicc/application') diff --git a/openpicc/application/tc_recv.c b/openpicc/application/tc_recv.c index b8d7234..de03028 100644 --- a/openpicc/application/tc_recv.c +++ b/openpicc/application/tc_recv.c @@ -109,6 +109,9 @@ static portBASE_TYPE handle_frame(iso14443_frame *frame, portBASE_TYPE task_woke task_woken = xQueueSendFromISR(_tc.rx_queue, &frame, task_woken); } _tc.current_frame = NULL; + int old=usb_print_set_default_flush(0); + iso14443a_diffmiller_print_performance(_tc.decoder); + usb_print_set_default_flush(old); return task_woken; } -- cgit v1.2.3