Skip to content

Commit ac6f65e

Browse files
Fix typo in EEPROM debug message
Fix #7933
1 parent edcbdbe commit ac6f65e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/EEPROM/EEPROM.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ void EEPROMClass::write(int const address, uint8_t const value) {
110110
return;
111111
}
112112
if(!_data) {
113-
DEBUGV("EEPROMClass::read without ::begin\n");
113+
DEBUGV("EEPROMClass::write without ::begin\n");
114114
return;
115115
}
116116

0 commit comments

Comments
 (0)