JacobCrabill commented on PR #6057:
URL: https://github.com/apache/incubator-nuttx/pull/6057#issuecomment-1098537421

   > > I've been doing this to check the style of my work: `gcc tools/nxstyle.c 
-o nxstyle && ./nxstyle <file>`
   > 
   > `./nxstyle -f <file>` ?
   
   There isn't a `-f` option for `nxstyle`.  At least, not the one under 
`tools`.
   
   ```
   jacob@pop-os:~/Codes/nuttx$ ./nxstyle -v 1 
arch/arm/src/stm32h7/stm32_fdcan_sock.c 
   /home/jacob/Codes/nuttx/arch/arm/src/stm32h7/stm32_fdcan_sock.c: PASSED 
nxstyle check
   jacob@pop-os:~/Codes/nuttx$ ./nxstyle -v 1 
arch/arm/src/stm32h7/stm32_fdcan_sock.h
   /home/jacob/Codes/nuttx/arch/arm/src/stm32h7/stm32_fdcan_sock.h: PASSED 
nxstyle check
   ```


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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to