Some consoles seem to need 3ms
This commit is contained in:
parent
da4f3a72af
commit
3572b835b5
@ -160,7 +160,7 @@ bool i2cWriteRegister(u8 dev_id, u8 reg, u8 data)
|
|||||||
if(dev_id == I2C_DEV_MCU)
|
if(dev_id == I2C_DEV_MCU)
|
||||||
{
|
{
|
||||||
startChrono();
|
startChrono();
|
||||||
while(chrono(true) < 2);
|
while(chrono(true) < 3);
|
||||||
}
|
}
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
|
Reference in New Issue
Block a user