acassis commented on code in PR #19065:
URL: https://github.com/apache/nuttx/pull/19065#discussion_r3380922835


##########
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:
   @raiden00pl please add an example (or Document it), otherwise new users will 
have difficult to figure it out.



-- 
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]

Reply via email to