1
0
mirror of git://projects.qi-hardware.com/ben-wpan.git synced 2024-09-29 02:16:02 +03:00

tools/atrf-txrx/atrf-txrx.c (main): removed endless loop in mode_hmac

That was for debugging. Oops.
This commit is contained in:
Werner Almesberger 2011-07-13 15:34:28 -03:00
parent 8f8c4140ac
commit 7605d8c9c8

View File

@ -619,7 +619,6 @@ int main(int argc, char *const *argv)
receive(dsc, pcap_file); receive(dsc, pcap_file);
break; break;
case mode_hmac: case mode_hmac:
while(1)
receive_hmac(dsc); receive_hmac(dsc);
break; break;
case mode_per: case mode_per: