acassis commented on code in PR #19065:
URL: https://github.com/apache/nuttx/pull/19065#discussion_r3381215516
##########
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:
Perfect, if you are doing to use it, then users will have a reference
example!
--
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]