From 33d637822da1bb49c79da7696ed9fffcf7a54870 Mon Sep 17 00:00:00 2001 From: kkloesener Date: Tue, 3 Nov 2020 22:13:48 +0100 Subject: [PATCH] typo --- MFRC522_I2C.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MFRC522_I2C.cpp b/MFRC522_I2C.cpp index cda1f85..69b6c3c 100644 --- a/MFRC522_I2C.cpp +++ b/MFRC522_I2C.cpp @@ -20,7 +20,7 @@ */ MFRC522::MFRC522( byte chipAddress, byte resetPowerDownPin, ///< Arduino pin connected to MFRC522's reset and power down input (Pin 6, NRSTPD, active low) - TwoWire * TwoWireInstance + TwoWire & TwoWireInstance ) : _TwoWireInstance(TwoWireInstance) { _chipAddress = chipAddress; _resetPowerDownPin = resetPowerDownPin;