tests/ieee802154_hal: don't set state on config_phy

This commit is contained in:
Jose Alamos 2020-10-16 16:52:36 +02:00
parent 8af9147f02
commit bc6d5ebe67

View File

@ -486,9 +486,6 @@ int config_phy(int argc, char **argv)
puts("Success!");
}
/* Set the transceiver state to RX_ON in order to receive packets */
_set_trx_state(IEEE802154_TRX_STATE_RX_ON, false);
return 0;
}