Ignore:
Timestamp:
03/10/11 15:33:58 (14 years ago)
Author:
weitzel
Message:
bugfix in FTM_ftu_rs485_interpreter
File:
1 edited

Legend:

Unmodified
Added
Removed
  • firmware/FTM/ftu_control/FTM_ftu_rs485_interpreter.vhd

    r10175 r10232  
    9292          reset_crc <= '1';
    9393          FTU_answer_ok <= '0';
    94           if ( crc = data_block((FTU_RS485_BLOCK_WIDTH - 1) downto (FTU_RS485_BLOCK_WIDTH -9)) ) then
     94          if ( crc = data_block((FTU_RS485_BLOCK_WIDTH - 1) downto (FTU_RS485_BLOCK_WIDTH - 8)) ) then
    9595            FTM_ftu_rs485_interpreter_State <= CHECK_HEADER;
    9696          else
Note: See TracChangeset for help on using the changeset viewer.