Merged in juniskane/nuttx-1/juniskane/battery_gaugeh-edited-online-with-bitbuc-1513594794596 (pull request #558)

battery_gauge.h edited online with Bitbucket

Approved-by: Gregory Nutt <gnutt@nuttx.org>
This commit is contained in:
Juha Niskanen 2017-12-18 12:10:02 +00:00 committed by Gregory Nutt
parent 27d4bb43e6
commit b4875e2286
1 changed files with 1 additions and 1 deletions

View File

@ -200,7 +200,7 @@ int battery_gauge_register(FAR const char *devpath,
#if defined(CONFIG_I2C) && defined(CONFIG_I2C_MAX1704X)
struct i2c_master_s; /* Forward reference */
FAR struct battery_gauge_dev_s *max1704x_initialize(FAR struct i2c_master_s *i2c
FAR struct battery_gauge_dev_s *max1704x_initialize(FAR struct i2c_master_s *i2c,
uint8_t addr,
uint32_t frequency);
#endif