This commit is contained in:
Ta-Shun Su
2019-07-25 11:56:09 +08:00
parent 1f4cee9279
commit dbc2e3a568
@@ -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);
}