acassis commented on code in PR #17341: URL: https://github.com/apache/nuttx/pull/17341#discussion_r2534852770
########## drivers/sensors/Kconfig: ########## @@ -320,22 +323,7 @@ config SENSORS_BMI088_SPI endchoice # BMI088 Interface -choice - prompt "I2C Address" - default BMI160_I2C_ACC_ADDR_18 - -config BMI160_I2C_ACC_ADDR_18 - bool "0x18" - ---help--- - Default address. - If SDO pin is pulled to GND, use 0x18 - -config BMI160_I2C_ACC_ADDR_19 - bool "0x19" - ---help--- - If SDO pin is pulled to VDDIO, use 0x19 - -endchoice # I2C Address +if SENSORS_BMI088_I2C Review Comment: Yes, I discovered that BMI088 also had some issue, even worst, there was BMI160 reference in the BMI088 -- 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]
