mirror of
https://github.com/apache/nuttx.git
synced 2026-05-30 05:16:47 +08:00
I2C: Fix a naming error
This commit is contained in:
+1
-1
Submodule configs updated: 13812e17cb...3f185b5937
@@ -230,7 +230,7 @@ extern "C"
|
|||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
|
||||||
#ifdef CONFIG_I2C_DRIVER
|
#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
|
#endif
|
||||||
|
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
|
|||||||
Reference in New Issue
Block a user