Skip to content
Snippets Groups Projects
Commit b4875e22 authored by Juha Niskanen's avatar Juha Niskanen Committed by Gregory Nutt
Browse files

Merged in...

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: default avatarGregory Nutt <gnutt@nuttx.org>
parent 27d4bb43
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment