davids5 commented on code in PR #6287:
URL: https://github.com/apache/incubator-nuttx/pull/6287#discussion_r875254268


##########
arch/arm/src/stm32h7/stm32h7x3xx_rcc.c:
##########
@@ -144,10 +148,6 @@ static inline void rcc_reset(void)
               RCC_CR_PLL2ON | RCC_CR_PLL3ON |
               RCC_CR_HSIDIV_MASK);
 
-  /* Set HSI predivider to default (4, 16MHz) */

Review Comment:
   @jlaitine do you see any issue with the change of order of operation here?



-- 
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: commits-unsubscr...@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to