mirror of
https://github.com/silenty4ng/uv-k5-firmware-chinese-lts
synced 2025-01-15 14:54:40 +00:00
兼容M24M02
This commit is contained in:
parent
4e030ef462
commit
b42818d085
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ void EEPROM_WriteBuffer(uint32_t Address, const void *pBuffer,uint8_t WRITE_SIZE
|
|||
I2C_WriteBuffer(pBuffer, WRITE_SIZE);
|
||||
I2C_Stop();
|
||||
}
|
||||
SYSTEM_DelayMs(6);
|
||||
SYSTEM_DelayMs(11);
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue