Skip to content

Commit 81f1a03

Browse files
author
Nathan Seidle
committed
Removing debug prints
1 parent facb9ae commit 81f1a03

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

libraries/EEPROM/src/EEPROM.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,6 @@ void ap3_EEPROM::writeWordToFlash(uint32_t flashLocation, uint32_t dataToWrite)
250250
//Check to see if location needs updating
251251
if (*(uint32_t *)(flashLocation) == dataToWrite)
252252
{
253-
Serial.println("Value already good");
254253
return;
255254
}
256255

0 commit comments

Comments
 (0)