FreeCalypso > hg > freecalypso-sw
comparison gsm-fw/riviera/rvt/rvt_task.c @ 1006:6e1fcffd3266
gsm-fw/riviera/rvt channel addition: missed the bit in rvt_task.c
author | Mychaela Falconia <falcon@ivan.Harhan.ORG> |
---|---|
date | Sun, 20 Mar 2016 18:58:07 +0000 |
parents | cd04c43187cd |
children |
comparison
equal
deleted
inserted
replaced
1005:908566db1538 | 1006:6e1fcffd3266 |
---|---|
447 if ((rcv_state == RVT_WAIT_FOR_HEADER) && \ | 447 if ((rcv_state == RVT_WAIT_FOR_HEADER) && \ |
448 (bytesRead) && \ | 448 (bytesRead) && \ |
449 !(total_bytesRead)) | 449 !(total_bytesRead)) |
450 { | 450 { |
451 if ((inBuffer[0] >= RVT_RV_HEADER) && | 451 if ((inBuffer[0] >= RVT_RV_HEADER) && |
452 (inBuffer[0] <= RVT_EXTUI_HEADER)) | 452 (inBuffer[0] <= RVT_KEEPALIVE_HEADER)) |
453 { | 453 { |
454 UINT8 idtab = 0; | 454 UINT8 idtab = 0; |
455 | 455 |
456 // Search for the ID in the table | 456 // Search for the ID in the table |
457 for (idtab = 0; | 457 for (idtab = 0; |