We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1785ffc commit 6d37b45Copy full SHA for 6d37b45
libraries/EEPROM/src/EEPROM.cpp
@@ -54,7 +54,7 @@ void CurieRestoreMemory(uint32_t* buffer, uint32_t size)
54
rom_wr_ctrl |= 0x00000001; //set (WR_REQ) bit
55
*(uint32_t*)(ROM_WR_CTRL) = rom_wr_ctrl;
56
57
- delay(3); //give it enough time to finish writing
+ delay(5); //give it enough time to finish writing
58
}
59
60
@@ -121,5 +121,5 @@ void CurieWrite8(uint32_t address, uint8_t data)
121
122
123
124
125
0 commit comments