kasjer opened a new pull request #2020: sensors/lsm6dso: Fix control flow error in lsm6dso_spi_fixup URL: https://github.com/apache/mynewt-core/pull/2020 Two curly braces were missing resulting in dead code. Final return hal_gpio_init_out(sensor->s_itf.si_cs_pin, 1); would never be called, which could be a problem.
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
