From 3f556c8df4167469e84fb639ea558001762997c0 Mon Sep 17 00:00:00 2001 From: fengxuesong Date: Mon, 26 Jun 2023 16:14:59 +0800 Subject: [PATCH] Fix the bug of i2c_dev Signed-off-by: fengxuesong --- system/i2c/i2c_dev.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/i2c/i2c_dev.c b/system/i2c/i2c_dev.c index 8b5cceb2e..3fb29c9dd 100644 --- a/system/i2c/i2c_dev.c +++ b/system/i2c/i2c_dev.c @@ -39,7 +39,7 @@ * Name: i2ccmd_dev ****************************************************************************/ -int i2ccmd_dev(FAR struct i2ctool_s *i2ctool, int argc, char **argv) +int i2ccmd_dev(FAR struct i2ctool_s *i2ctool, int argc, FAR char **argv) { struct i2c_msg_s msg; FAR char *ptr;