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 2021/04/12 14:32:53 UTC

[GitHub] [mynewt-core] apache-mynewt-bot commented on pull request #2561: hw/mcu/cmac: Fix os_cputime wrap around handling

apache-mynewt-bot commented on pull request #2561:
URL: https://github.com/apache/mynewt-core/pull/2561#issuecomment-817863242


   
   <!-- style-bot -->
   
   ## Style check summary
   
   ### Our coding style is [here!](https://github.com/apache/mynewt-core/blob/master/CODING_STANDARDS.md)
   
   
   #### hw/mcu/dialog/cmac/src/cmac_timer.c
   <details>
   
   ```diff
   @@ -507,7 +507,8 @@
    #endif
    }
    
   -void cmac_timer_wrap_llt(void)
   +void
   +cmac_timer_wrap_llt(void)
    {
        uint32_t new_ll_timer_36;
        uint32_t new_ll_timer_09;
   ```
   
   </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