mirror of
https://github.com/apache/nuttx.git
synced 2026-06-07 09:18:00 +08:00
Battery Charger: Add BQ24250 driver
This commit is contained in:
committed by
Gregory Nutt
parent
d4fc91d6f6
commit
c52e3e017b
@@ -219,7 +219,7 @@ int battery_charger_register(FAR const char *devpath,
|
||||
#if defined(CONFIG_I2C) && defined(CONFIG_I2C_BQ2425X)
|
||||
struct i2c_dev_s; /* Forward reference */
|
||||
|
||||
FAR struct battery_charger_dev_s *bq2425x_initialize(FAR struct i2c_dev_s *i2c
|
||||
FAR struct battery_charger_dev_s *bq2425x_initialize(FAR struct i2c_dev_s *i2c,
|
||||
uint8_t addr,
|
||||
uint32_t frequency);
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user