diff options
author | henryk <henryk@6dc7ffe9-61d6-0310-9af1-9938baff3ed1> | 2008-03-03 20:56:30 +0000 |
---|---|---|
committer | henryk <henryk@6dc7ffe9-61d6-0310-9af1-9938baff3ed1> | 2008-03-03 20:56:30 +0000 |
commit | 440a95fcf18a3504ec06b0e90a660b5f8e184cde (patch) | |
tree | a3fe39164de35d6d1eaace78e9b206d98371bf57 /openpicc/application/cmd.c | |
parent | d3bab6e9439b7161b7724df0cc902f4adcf1ecce (diff) |
Sending seems to be reliable now.
Once in a while (about 1 in 20) there's an error condition that's not being recovered from, need to investigate
git-svn-id: https://svn.openpcd.org:2342/trunk@438 6dc7ffe9-61d6-0310-9af1-9938baff3ed1
Diffstat (limited to 'openpicc/application/cmd.c')
-rw-r--r-- | openpicc/application/cmd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openpicc/application/cmd.c b/openpicc/application/cmd.c index 878a991..47bbec5 100644 --- a/openpicc/application/cmd.c +++ b/openpicc/application/cmd.c @@ -28,7 +28,7 @@ xTaskHandle xCmdRecvUsbTask; xTaskHandle xFieldMeterTask; xSemaphoreHandle xFieldMeterMutex; -volatile int fdt_offset=0; +volatile int fdt_offset=-20; volatile int load_mod_level_set=3; #if ( configUSE_TRACE_FACILITY == 1 ) |