Commit 9307489c authored by Maciej Lipinski's avatar Maciej Lipinski

periph_adc_v2: fix reply cmd for acdc control

parent 18693fd1
......@@ -275,6 +275,7 @@ begin
end if;
msg_cmd <= c_cmd_reply;
send_sys <= SEND_MSG;
acdc_set_cmd <= cmd_data(3 downto 0);--pass command to the state machine
cmd_done <= '1';
state <= IDLE;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment