未验证 提交 fdc295df 编写于 作者: E Earle F. Philhower, III 提交者: GitHub

Fix typo in EEPROM debug message (#7934)

Fix #7933
上级 edcbdbea
......@@ -110,7 +110,7 @@ void EEPROMClass::write(int const address, uint8_t const value) {
return;
}
if(!_data) {
DEBUGV("EEPROMClass::read without ::begin\n");
DEBUGV("EEPROMClass::write without ::begin\n");
return;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册