From 0ce69264dbb1841b4093c04302c53ccfab02ca48 Mon Sep 17 00:00:00 2001 From: patacongo Date: Sun, 18 Sep 2011 17:52:00 +0000 Subject: Add I2C trace capability; Fix another STM32 I2C/FSMC bug; add verify command to the I2C tool git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3961 42af7a65-404d-4744-a932-0658087f49c3 --- apps/system/i2c/i2c_dev.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'apps/system/i2c/i2c_dev.c') diff --git a/apps/system/i2c/i2c_dev.c b/apps/system/i2c/i2c_dev.c index d5c65f236..f2b5a0e21 100644 --- a/apps/system/i2c/i2c_dev.c +++ b/apps/system/i2c/i2c_dev.c @@ -74,10 +74,10 @@ ****************************************************************************/ /**************************************************************************** - * Name: cmd_dev + * Name: i2ccmd_dev ****************************************************************************/ -int cmd_dev(FAR struct i2ctool_s *i2ctool, int argc, char **argv) +int i2ccmd_dev(FAR struct i2ctool_s *i2ctool, int argc, char **argv) { FAR struct i2c_dev_s *dev; struct i2c_msg_s msg[2]; -- cgit v1.2.3