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:
parent
bedd1f4f95
commit
da837ffbb4
2 changed files with 3 additions and 3 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue