We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 577568f commit e185bdaCopy full SHA for e185bda
libraries/EEPROM/src/EEPROM.h
@@ -49,7 +49,7 @@ class EEPROMClass : public FlashIAPBlockDevice {
49
int result = FlashIAPBlockDevice::program((uint8_t*)scratch, 0, 4*scratch_size);
50
return;
51
}
52
- printf("contents already match\n");
+ //printf("contents already match\n");
53
54
void write(int idx, uint8_t val){
55
write(idx, &val, 1);
0 commit comments