mirror of
git://projects.qi-hardware.com/ben-wpan.git
synced 2024-11-16 21:11:54 +02:00
tools/atrf-txrx/atrf-txrx.c (main): removed endless loop in mode_hmac
That was for debugging. Oops.
This commit is contained in:
parent
8f8c4140ac
commit
7605d8c9c8
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user