1
0
Fork 0

RFID: Update comment refering to -ID

When a tag leaves, we don't negate the ID which would be
implied by writing -ID.
Clarify that we set the sign bit instead.
This commit is contained in:
Teo-CD 2023-10-16 22:16:47 +01:00
parent bedd1f4f95
commit da837ffbb4
2 changed files with 3 additions and 3 deletions

View file

@ -37,7 +37,7 @@ __attribute__((noreturn)) int main() {
*/
Serial.begin(115200);
Com::sendComment("# System is powered up, running set-up.");
Com::sendComment("System is powered up, running set-up.");
/* TODO: Setups once module structure is up. */
RFID rfid;