diff --git a/cpu/cc26xx-cc13xx/rf-core/rf-core.c b/cpu/cc26xx-cc13xx/rf-core/rf-core.c index 4a974a8ea..f64e5524d 100644 --- a/cpu/cc26xx-cc13xx/rf-core/rf-core.c +++ b/cpu/cc26xx-cc13xx/rf-core/rf-core.c @@ -419,8 +419,7 @@ rf_core_restart_rat(void) { if(rf_core_stop_rat() != RF_CORE_CMD_OK) { PRINTF("rf_core_restart_rat: rf_core_stop_rat() failed\n"); - - return RF_CORE_CMD_ERROR; + /* Don't bail out here, still try to start it */ } if(rf_core_start_rat() != RF_CORE_CMD_OK) {