VIS_FUH call DBS interrupt
This commit is contained in:
+8
-1
@@ -840,7 +840,14 @@ static void headstage_update_vis_instruction(uint8_t vis_oper) {
|
||||
tx_put_u32(0, value);
|
||||
headstage_spi_ask_transaction(4);
|
||||
break;
|
||||
|
||||
case VIS_FUH:
|
||||
headstage_state = DEBUG;
|
||||
headstage_led_spi_color(COLOR_BLUE);
|
||||
uint32_t value;
|
||||
uint8_t new_config_type = build_umn_ins_config(CONFIG_DONE, &value);
|
||||
tx_put_u32(0, value);
|
||||
headstage_spi_ask_transaction(4);
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user