You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by GitBox <gi...@apache.org> on 2020/11/20 16:55:03 UTC

[GitHub] [mynewt-core] apache-mynewt-bot removed a comment on pull request #2413: STM32 RTC based os tick

apache-mynewt-bot removed a comment on pull request #2413:
URL: https://github.com/apache/mynewt-core/pull/2413#issuecomment-730683742


   
   <!-- style-bot -->
   
   ## Style check summary
   
   ### Our coding style is [here!](https://github.com/apache/mynewt-core/blob/master/CODING_STANDARDS.md)
   
   
   #### hw/mcu/stm/stm32_common/src/hal_os_tick.c
   <details>
   
   ```diff
   @@ -81,7 +81,8 @@
    #define IS_RTC_ENABLED (RCC->BDCR & RCC_BDCR_RTCEN)
    #endif
    
   -_Static_assert(SUB_SECONDS_BITS == __builtin_popcount(SYNCH_PREDIV), "SUB_SECONDS_BITS should be number of 1s in SYNCH_PREDIV");
   +_Static_assert(SUB_SECONDS_BITS == __builtin_popcount(
   +    SYNCH_PREDIV), "SUB_SECONDS_BITS should be number of 1s in SYNCH_PREDIV");
    
    /* RTC time of the last tick. */
    static uint32_t last_rtc_time;
   ```
   
   </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:
users@infra.apache.org