Skip to content

Commit

Permalink
Fix the bug of i2c_dev
Browse files Browse the repository at this point in the history
Signed-off-by: fengxuesong <[email protected]>
  • Loading branch information
fengxuesong authored and xiaoxiang781216 committed Aug 14, 2023
1 parent c6ee7ba commit 3f556c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system/i2c/i2c_dev.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 3f556c8

Please sign in to comment.