cc2538-rf: After init, we are not in receive mode

This commit is contained in:
kkrentz 2018-08-02 01:23:12 -07:00
parent c919975d41
commit a1fddeb0f7

View File

@ -546,8 +546,6 @@ init(void)
rf_flags |= RF_ON; rf_flags |= RF_ON;
ENERGEST_ON(ENERGEST_TYPE_LISTEN);
return 1; return 1;
} }
/*---------------------------------------------------------------------------*/ /*---------------------------------------------------------------------------*/