I2C: Fix a naming error

This commit is contained in:
Gregory Nutt
2016-02-02 14:23:33 -06:00
parent e5d86dd3fc
commit 03d868be3c
2 changed files with 2 additions and 2 deletions
+1 -1
Submodule configs updated: 13812e17cb...3f185b5937
+1 -1
View File
@@ -230,7 +230,7 @@ extern "C"
****************************************************************************/
#ifdef CONFIG_I2C_DRIVER
int i2schar_register(FAR struct i2c_master_s *i2c, int bus);
int i2c_register(FAR struct i2c_master_s *i2c, int bus);
#endif
/****************************************************************************