Corrected rx_fsm MS/TP monitor demo.

This commit is contained in:
skarg
2007-07-24 23:15:23 +00:00
parent 9c09b1e25b
commit 038f719a44
4 changed files with 56 additions and 16 deletions
+1 -1
View File
@@ -661,7 +661,7 @@ int main(int argc, char *argv[])
nanosleep(&timeOut, &remains);
#endif
bytes_received =
dlmstp_receive(&src, &pdu[0], sizeof(pdu), 0);
dlmstp_receive(&src, &pdu[0], sizeof(pdu), 10000);
if (bytes_received) {
fprintf(stderr,"Received NPDU!\n");
}