Quite flyable state

This commit is contained in:
Lorenz Meier
2012-09-12 18:50:24 +02:00
parent e4c3a44751
commit 47c96d3d12
4 changed files with 5 additions and 5 deletions

View File

@@ -204,7 +204,7 @@ static int at24c_eraseall(FAR struct at24c_dev_s *priv)
while (I2C_TRANSFER(priv->dev, &msgv[0], 1) < 0)
{
fvdbg("erase stall\n");
usleep(1000);
usleep(10000);
}
}