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/10/16 17:10:22 UTC

[GitHub] [incubator-nuttx] hartmannathan opened a new pull request #2007: tiva/cc13xx: Fix nxstyle errors

hartmannathan opened a new pull request #2007:
URL: https://github.com/apache/incubator-nuttx/pull/2007


   ## Summary
   
   Fix nxstyle errors. In arch/arm/src/tiva/cc13xx/cc13x0_rom.h and arch/arm/src/tiva/cc13xx/cc13x2_cc26x2_v2_rom.h, nxstyle was complaining about lack of a space after comma because of the presence of line continuation backslashes immediately after the comma. Removed these backslashes as they are not necessary: these lines are typedefs, not preprocessor defines.
   
   ## Impact
   
   Removes nxstyle errors.
   
   ## Testing
   
   nxstyle


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



[GitHub] [incubator-nuttx] Ouss4 merged pull request #2007: tiva/cc13xx: Fix nxstyle errors

Posted by GitBox <gi...@apache.org>.
Ouss4 merged pull request #2007:
URL: https://github.com/apache/incubator-nuttx/pull/2007


   


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