The (inner) for() loop will terminate when i>=nRec. But it is inside an (outer) while(1) loop. So the code below the while(1) is still unreachable.
Frank
The (inner) for() loop will terminate when i>=nRec. But it is inside an (outer) while(1) loop. So the code below the while(1) is still unreachable.
Frank