xiaoxiang781216 commented on a change in pull request #4704:
URL: https://github.com/apache/incubator-nuttx/pull/4704#discussion_r732390109
##########
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:
what's real difference between
CONFIG_ARCH_BOARD_STM32_CUSTOM_CLOCKCONFIG and
CONFIG_ARCH_BOARD_STM32F0G0L0_CUSTOM_CLOCKCONFIG?
--
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]