add fixme for unused var, see #301
This commit is contained in:
@@ -739,7 +739,7 @@ MFRC522::StatusCode MFRC522::PICC_Select( Uid *uid, ///< Pointer to Uid struct
|
|||||||
count = (collisionPos - 1) % 8; // The bit to modify
|
count = (collisionPos - 1) % 8; // The bit to modify
|
||||||
index = 1 + ((collisionPos - 1) / 8) + (count ? 1 : 0); // First byte is index 0.
|
index = 1 + ((collisionPos - 1) / 8) + (count ? 1 : 0); // First byte is index 0.
|
||||||
buffer[index] |= (1 << count);
|
buffer[index] |= (1 << count);
|
||||||
currentLevelKnownBits = collisionPos;
|
//currentLevelKnownBits = collisionPos; // FIXME not used further, maybe bug
|
||||||
}
|
}
|
||||||
else if (result != STATUS_OK) {
|
else if (result != STATUS_OK) {
|
||||||
return result;
|
return result;
|
||||||
|
|||||||
Reference in New Issue
Block a user