apache-mynewt-bot removed a comment on pull request #2395: URL: https://github.com/apache/mynewt-core/pull/2395#issuecomment-714889145
<!-- style-bot --> ## Style check summary ### Our coding style is [here!](https://github.com/apache/mynewt-core/blob/master/CODING_STANDARDS.md) #### hw/mcu/dialog/da1469x/src/da1469x_sleep.c <details> ```diff @@ -79,8 +79,8 @@ } } - /* Must enter mcu gpio sleep before releasing MCU_PD_DOMAIN_SYS */ - mcu_gpio_enter_sleep(); + /* Must enter mcu gpio sleep before releasing MCU_PD_DOMAIN_SYS */ + mcu_gpio_enter_sleep(); /* PD_SYS will not be disabled here until we enter deep sleep, so don't wait */ @@ -88,7 +88,7 @@ slept = da1469x_m33_sleep(); - mcu_gpio_exit_sleep(); + mcu_gpio_exit_sleep(); if (g_da1469x_sleep_cb.exit_sleep) { g_da1469x_sleep_cb.exit_sleep(slept); ``` </details> ---------------------------------------------------------------- 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]
