change boolean to bool
more information: https://github.com/arduino/Arduino/issues/4673
This commit is contained in:
@@ -37,7 +37,7 @@ MFRC522 mfrc522(SS_PIN, RST_PIN); // Create MFRC522 instance.
|
||||
|
||||
MFRC522::MIFARE_Key key;
|
||||
|
||||
volatile boolean bNewInt = false;
|
||||
volatile bool bNewInt = false;
|
||||
byte regVal = 0x7F;
|
||||
void activateRec(MFRC522 mfrc522);
|
||||
void clearInt(MFRC522 mfrc522);
|
||||
|
||||
Reference in New Issue
Block a user