VIS_FUH call DBS interrupt

This commit is contained in:
weiting2
2019-12-26 11:51:52 +08:00
parent e4a25a6225
commit 9380ecacec
@@ -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;
}