Changeset 10232 for firmware/FTM/ftu_control/FTM_ftu_rs485_interpreter.vhd
- Timestamp:
- 03/10/11 15:33:58 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
firmware/FTM/ftu_control/FTM_ftu_rs485_interpreter.vhd
r10175 r10232 92 92 reset_crc <= '1'; 93 93 FTU_answer_ok <= '0'; 94 if ( crc = data_block((FTU_RS485_BLOCK_WIDTH - 1) downto (FTU_RS485_BLOCK_WIDTH - 9)) ) then94 if ( crc = data_block((FTU_RS485_BLOCK_WIDTH - 1) downto (FTU_RS485_BLOCK_WIDTH - 8)) ) then 95 95 FTM_ftu_rs485_interpreter_State <= CHECK_HEADER; 96 96 else
Note:
See TracChangeset
for help on using the changeset viewer.