You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2020/04/28 14:29:06 UTC

[GitHub] [incubator-nuttx-apps] xiaoxiang781216 edited a comment on pull request #214: examples: Remove all '#undef __KERNEL__' from source code

xiaoxiang781216 edited a comment on pull request #214:
URL: https://github.com/apache/incubator-nuttx-apps/pull/214#issuecomment-620629119


   The follow nxstyle is false alarm?
   examples/adxl372_test/adxl372_test_main.c:408:2: error: Bad left brace alignment
   examples/adxl372_test/adxl372_test_main.c:410:2: error: Bad right brace alignment
   examples/lsm330spi_test/lsm330spi_test_main.c:644:2: error: Bad left brace alignment
   examples/lsm330spi_test/lsm330spi_test_main.c:647:2: error: Bad right brace alignment
   because the same constructure appear at line 406, but without error:
     unsigned char tstchars[] =
     {
       0x5e, 0xc5, 0x00
     };
   
   


----------------------------------------------------------------
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