linguini1 commented on PR #16425: URL: https://github.com/apache/nuttx/pull/16425#issuecomment-2906930797
This PR broke several sensors. Specifically I know at least about the NAU7802, since the Kconfig options were changed in the Kconfig files and not in the corresponding C files. Could you please `grep` for the old Kconfig identifiers that were changed in this PR and change them in the corresponding C files please? I.e., the NAU7802 was referencing `CONFIG_SENSORS_NAU7802_I2C_FREQUENCY`, which was renamed to `CONFIG_NAU7802_I2C_FREQUENCY`, but the symbols in the code still refer to `CONFIG_SENSORS_NAU7802_I2C_FREQUENCY` -- 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: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org