Skip to content

Commit 7480c13

Browse files
committed
typo fix
1 parent 630e16e commit 7480c13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Adafruit_Fingerprint.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ Adafruit_Fingerprint::Adafruit_Fingerprint(HardwareSerial *hs, uint32_t password
7676
#if defined(__AVR__) || defined(ESP8266)
7777
swSerial = NULL;
7878
#endif
79-
hwSerial = ss;
79+
hwSerial = hs;
8080
mySerial = hwSerial;
8181
}
8282

0 commit comments

Comments
 (0)