Index: Trunk/source/vhd/commands_detector.vhd =================================================================== diff --git a/Trunk/source/vhd/commands_detector.vhd b/Trunk/source/vhd/commands_detector.vhd --- a/Trunk/source/vhd/commands_detector.vhd (revision 45) +++ b/Trunk/source/vhd/commands_detector.vhd (revision 46) @@ -80,7 +80,7 @@ when COMMAND_VAL => if ready = '1' then case data is - when X"78" | X"48" | X"58" | X"68" | X"70" | X"5C"| X"18" | X"00" | X"28" | X"30" | X"40" | X"43" | X"09" | X"08" | X"59" | X"45"=> + when X"78" | X"48" | X"58" | X"68" | X"70" | X"5C"| X"18" | X"00" | X"28" | X"30" | X"40" | X"43" | X"09" | X"16" | X"59" | X"45"=> com_func_fsm <= WAIT_ACK; when others => com_func_fsm <= IDLE; end case;