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 603f3751b..46e570bd2 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 @@ -617,7 +617,7 @@ static void headstage_init() { // headstage_watchdog_open(); // if(headstage_watchdog_handle == NULL) // { - // headstage_led_spi_color(COLOR_RED); + // headstage_led_color(COLOR_RED); // } headstage_pin_output(PIN_RESET, 1); // initialize DBS chip @@ -736,7 +736,7 @@ static void headstage_update_vis_instruction(uint8_t vis_oper) { headstage_pwm_start(headstage_poly_r_pwm_handle); UMC_STATE.config_type = CONFIG_AMP_MUX; UMC_STATE.reset_flag = 0; - headstage_led_spi_color(COLOR_BLUE); + headstage_led_color(COLOR_BLUE); flag_notify(EVT_UMC_LSK); }