raiden00pl commented on code in PR #19065:
URL: https://github.com/apache/nuttx/pull/19065#discussion_r3381001776
##########
boards/xtensa/esp32/common/src/esp32_bme680.c:
##########
@@ -74,7 +74,7 @@ int board_bme680_initialize(int devno, int busno)
* available controllers.
*/
- ret = bme680_register(devno, i2c);
+ ret = bme680_register(devno, i2c, NULL);
Review Comment:
this is documented in function banner. My next changes that use this feature
for nrf91 depend on this change.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]