From d3bab6e9439b7161b7724df0cc902f4adcf1ecce Mon Sep 17 00:00:00 2001 From: henryk Date: Mon, 3 Mar 2008 09:18:19 +0000 Subject: Implement transmission Implement a 'pretender' for PoC: Since Rx is not working properly we'll just pretend to have received something based on the approximate length. Clarify length calculations in machester encoder and remove obsolete test code git-svn-id: https://svn.openpcd.org:2342/trunk@437 6dc7ffe9-61d6-0310-9af1-9938baff3ed1 --- openpicc/application/cmd.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'openpicc/application/cmd.c') diff --git a/openpicc/application/cmd.c b/openpicc/application/cmd.c index 3b777b3..878a991 100644 --- a/openpicc/application/cmd.c +++ b/openpicc/application/cmd.c @@ -224,8 +224,7 @@ void prvExecCommand(u_int32_t cmd, portCHAR *args) { break; } i=atoiEx(args, &args); - //BROKEN new ssc code - //ssc_set_data_gate(i); + ssc_set_gate(i); if(i==0) { DumpStringToUSB("SSC_DATA disabled \n\r"); } else { -- cgit v1.2.3