Skip to content

Commit

Permalink
bridge no longer sends OK on get_id
Browse files Browse the repository at this point in the history
  • Loading branch information
Sec42 committed Jan 6, 2014
1 parent d8685a5 commit 26118ea
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tools/mesh/lib/r0ket.pm
Expand Up @@ -419,7 +419,6 @@ sub set_rxlen {
sub get_id {
send_pkt_num("",7);
my $id=unpack("H*",get_data(7));
wait_ok(1);
return $id;
};
sub set_mac_width {
Expand Down

0 comments on commit 26118ea

Please sign in to comment.