mirror of
git://projects.qi-hardware.com/ben-wpan.git
synced 2024-11-16 19:01:53 +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);
|
||||
break;
|
||||
case mode_hmac:
|
||||
while(1)
|
||||
receive_hmac(dsc);
|
||||
break;
|
||||
case mode_per:
|
||||
|
Loading…
Reference in New Issue
Block a user