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:
parent
b5e5481674
commit
699178b9bc
@ -201,7 +201,7 @@ int cmd_dev(FAR struct i2ctool_s *i2ctool, int argc, char **argv)
|
|||||||
else
|
else
|
||||||
{
|
{
|
||||||
msg[1].buffer = (uint8_t*)&u.data16;
|
msg[1].buffer = (uint8_t*)&u.data16;
|
||||||
msg[2].length = 2;
|
msg[1].length = 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (i2ctool->start)
|
if (i2ctool->start)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user