Skip to content

Commit e185bda

Browse files
committed
Remove printf
1 parent 577568f commit e185bda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/EEPROM/src/EEPROM.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ class EEPROMClass : public FlashIAPBlockDevice {
4949
int result = FlashIAPBlockDevice::program((uint8_t*)scratch, 0, 4*scratch_size);
5050
return;
5151
}
52-
printf("contents already match\n");
52+
//printf("contents already match\n");
5353
}
5454
void write(int idx, uint8_t val){
5555
write(idx, &val, 1);

0 commit comments

Comments
 (0)