Skip to content

Commit 3581673

Browse files
author
LazyEngineerToBe
committed
Clarified a translation
1 parent 359164f commit 3581673

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

robotiq_ft_sensor/src/rq_sensor_com.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -764,7 +764,7 @@ static UINT_16 rq_com_compute_crc(UINT_8 const * adr, INT_32 length )
764764
//If the last bit is a 1
765765
if (CRC_calc & 0x0001)
766766
{
767-
CRC_calc = (CRC_calc >> 1)^ 0xA001; //Shifts 1 bit to the right and XOR with a polynomial factor
767+
CRC_calc = (CRC_calc >> 1)^ 0xA001; //Shifts 1 bit to the right and XOR with the polynomial factor
768768
}
769769
else
770770
{

0 commit comments

Comments
 (0)