apache-mynewt-bot removed a comment on issue #2253: bsp/pinetime: Add bsp for 
PineTime smartwatch
URL: https://github.com/apache/mynewt-core/pull/2253#issuecomment-605439557
 
 
   
   <!-- style-bot -->
   
   ## Style check summary
   
   ### Our coding style is 
[here!](https://github.com/apache/mynewt-core/blob/master/CODING_STANDARDS.md)
   
   
   #### hw/bsp/pinetime/src/sbrk.c
   <details>
   
   ```diff
   @@ -23,7 +23,7 @@
    static char *brk __attribute__ ((section (".data")));
    
    void
   -_sbrkInit(char *base, char *limit) 
   +_sbrkInit(char *base, char *limit)
    {
        sbrkBase = base;
        sbrkLimit = limit;
   ```
   
   </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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to