Skip to content

Commit 72b8496

Browse files
authored
Update README.md
1 parent 29538f7 commit 72b8496

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -126,8 +126,8 @@ void loop() {
126126
bool CRC = Smartcc1101.checkCRC();
127127
uint8_t LQI = Smartcc1101.getLQI();
128128

129-
// will try to interpret the buffer received as character array, just make sure it's sero-terminated.
130-
// if it was actually sent from a character arry, this is not necessary
129+
// will try to interpret the buffer received as character array, just make sure it's zero-terminated.
130+
// if it was actually sent from a character array, this is not necessary
131131
buffer[len] = 0;
132132

133133
// check if crc is correct

0 commit comments

Comments
 (0)