STM32 I2C driver will now operated in a polled, non-interrupting mode if so configured

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3960 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo 2011-09-17 15:04:24 +00:00
parent b5e5481674
commit 699178b9bc

View File

@ -201,7 +201,7 @@ int cmd_dev(FAR struct i2ctool_s *i2ctool, int argc, char **argv)
else
{
msg[1].buffer = (uint8_t*)&u.data16;
msg[2].length = 2;
msg[1].length = 2;
}
if (i2ctool->start)