raiden00pl commented on code in PR #19675: URL: https://github.com/apache/nuttx/pull/19675#discussion_r3720152949
########## arch/arm/src/stm32l0/stm32l0_rcc.c: ########## @@ -319,11 +319,13 @@ static inline void rcc_enableapb2(void) regval = getreg32(STM32_RCC_APB2ENR); -#ifdef CONFIG_STM32_SYSCFG - /* SYSCFG clock */ + /* SYSCFG clock. This one is always enabled: the mapping of a pin to an Review Comment: this was here on purpose and if you want SYSCFG then just enable it in your defconfig -- 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]
