Ouss4 commented on a change in pull request #1544:
URL: https://github.com/apache/incubator-nuttx/pull/1544#discussion_r467767344



##########
File path: arch/arm/src/stm32/stm32_rcc.c
##########
@@ -207,15 +207,15 @@ void stm32_clockconfig(void)
 
 #endif
 
+  /* Enable peripheral clocking */
+
+  rcc_enableperipherals();
+  

Review comment:
       Thanks for fixing that.
   You can run ./tools/checkpatch.sh on the files you changed.
   `./tools/checkpatch.sh -f file`
   Piping it with git you can run on all modified files:
   `git diff --name-only | xargs ./tools/checkpatch.sh -f`
   If the files have already been committed:
   `git diff --name-only master..branchname | xargs ./tools/checkpatch.sh -f`




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


Reply via email to