add fixme for unused var, see #301

This commit is contained in:
Rotzbua
2018-01-13 13:34:58 +01:00
parent 04dc9e97c9
commit 767408134c

View File

@@ -739,7 +739,7 @@ MFRC522::StatusCode MFRC522::PICC_Select( Uid *uid, ///< Pointer to Uid struct
count = (collisionPos - 1) % 8; // The bit to modify
index = 1 + ((collisionPos - 1) / 8) + (count ? 1 : 0); // First byte is index 0.
buffer[index] |= (1 << count);
currentLevelKnownBits = collisionPos;
//currentLevelKnownBits = collisionPos; // FIXME not used further, maybe bug
}
else if (result != STATUS_OK) {
return result;