Some consoles seem to need 3ms

This commit is contained in:
Aurora 2016-11-14 02:11:12 +01:00
parent da4f3a72af
commit 3572b835b5

View File

@ -160,7 +160,7 @@ bool i2cWriteRegister(u8 dev_id, u8 reg, u8 data)
if(dev_id == I2C_DEV_MCU)
{
startChrono();
while(chrono(true) < 2);
while(chrono(true) < 3);
}
return true;