oreh-a commented on a change in pull request #4704:
URL: https://github.com/apache/incubator-nuttx/pull/4704#discussion_r732482726
##########
File path: arch/arm/src/stm32f0l0g0/stm32_rcc.c
##########
@@ -161,7 +161,7 @@ void stm32_clockconfig(void)
rcc_resetbkp();
-#if defined(CONFIG_ARCH_BOARD_STM32_CUSTOM_CLOCKCONFIG)
+#if defined(CONFIG_ARCH_BOARD_STM32F0G0L0_CUSTOM_CLOCKCONFIG)
Review comment:
Naming consistency: stm32f0g0l0/Kconfig doesn't contain
CONFIG_ARCH_BOARD_STM32_CUSTOM_CLOCKCONFIG, it needs to be added and all
options in stm32f0g0l0/Kconfig are named with _STM32F0G0L0_
--
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]