diff --git a/simplelink/ble_sdk_2_02_02_25/src/examples/simple_peripheral/cc26xx/app/headstage/headstage_uni.h b/simplelink/ble_sdk_2_02_02_25/src/examples/simple_peripheral/cc26xx/app/headstage/headstage_uni.h index 0524a12a0..0c37ce69d 100644 --- a/simplelink/ble_sdk_2_02_02_25/src/examples/simple_peripheral/cc26xx/app/headstage/headstage_uni.h +++ b/simplelink/ble_sdk_2_02_02_25/src/examples/simple_peripheral/cc26xx/app/headstage/headstage_uni.h @@ -1241,12 +1241,14 @@ static void headstage_umc_state_transfer_lsk() { } break; case UMC_STATE_RESTART: - if (umc_pass_check()) { - headstage_led_spi_color(COLOR_YELLOW); -// headstage_state = UMC_STATE_RESTART; - } else { - headstage_spi_ask_transaction(4); - } +// if (umc_pass_check()) { +// headstage_led_spi_color(COLOR_YELLOW); + headstage_state = UMC_STATE_WAIT_START; + headstage_spi_ask_transaction(4); +// } else { +// headstage_spi_ask_transaction(4); +// } + break; default: break;