Use diffmiller performance measurement tools

git-svn-id: https://svn.openpcd.org:2342/trunk@461 6dc7ffe9-61d6-0310-9af1-9938baff3ed1
This commit is contained in:
henryk 2008-03-17 19:42:46 +00:00
parent 48e2172698
commit a18b831b83
1 changed files with 3 additions and 0 deletions

View File

@ -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;
}