Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
Tinyu-Zhao authored Jun 24, 2024
2 parents 6ac4add + 4ae9d02 commit 886461d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/FactoryTest/FactoryTest.ino
Original file line number Diff line number Diff line change
Expand Up @@ -1104,7 +1104,7 @@ int checkI2CAddr() {
Serial.printf("find %02X addr successful\r\n",
addrcheckbuff[i]);
} else {
Serial.printf("find %02X addr faild\r\n", addrcheckbuff[i]);
Serial.printf("find %02X addr failed\r\n", addrcheckbuff[i]);
char strbuff[128];
sprintf(strbuff, "i2c %02X fail", addrcheckbuff[i]);
ErrorDialog(addrcheckbuff[i], (const char *)strbuff);
Expand Down

0 comments on commit 886461d

Please sign in to comment.