change boolean to bool
more information: https://github.com/arduino/Arduino/issues/4673
This commit is contained in:
@@ -93,9 +93,9 @@ void dump_byte_array1(byte *buffer, byte bufferSize) {
|
||||
* @return true when the given key worked, false otherwise.
|
||||
*/
|
||||
|
||||
boolean try_key(MFRC522::MIFARE_Key *key)
|
||||
bool try_key(MFRC522::MIFARE_Key *key)
|
||||
{
|
||||
boolean result = false;
|
||||
bool result = false;
|
||||
|
||||
for(byte block = 0; block < 64; block++){
|
||||
|
||||
|
||||
Reference in New Issue
Block a user