You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by GitBox <gi...@apache.org> on 2018/07/12 03:51:07 UTC

[GitHub] wes3 commented on a change in pull request #1262: Add lock to charge control and adp5061 and bq27z561 fix

wes3 commented on a change in pull request #1262: Add lock to charge control and adp5061 and bq27z561 fix
URL: https://github.com/apache/mynewt-core/pull/1262#discussion_r201902449
 
 

 ##########
 File path: hw/drivers/bq27z561/include/bq27z561/bq27z561.h
 ##########
 @@ -429,6 +429,8 @@ bq27z561_err_t bq27x561_rd_flash(struct bq27z561 *dev, uint16_t addr,
 bq27z561_err_t bq27x561_rd_alt_mfg_cmd(struct bq27z561 *dev, uint16_t cmd,
                                        uint8_t *val, int val_len);
 
+bq27z561_err_t bq27x561_wr_alt_mfg_cmd(struct bq27z561 *dev, uint16_t cmd,
+                                       uint8_t *buf, int len);
 
 Review comment:
   This is an interesting addition in this commit. Was it intended?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services