Skip to content

Commit

Permalink
Update eeprom.c
Browse files Browse the repository at this point in the history
  • Loading branch information
losehu authored Aug 6, 2024
1 parent 9148ad2 commit be710e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion driver/eeprom.c
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ void EEPROM_WriteBuffer(uint32_t Address, const void *pBuffer, uint8_t WRITE_SIZ
I2C_WriteBuffer(pBuffer, WRITE_SIZE);
I2C_Stop();
}
SYSTEM_DelayMs(8);
SYSTEM_DelayMs(10);

}

Expand Down

0 comments on commit be710e4

Please sign in to comment.