raiden00pl commented on code in PR #19297: URL: https://github.com/apache/nuttx/pull/19297#discussion_r3522884216
########## arch/arm/src/common/stm32/stm32_pulsecount_m3m4_v1v2v3.c: ########## @@ -67,12 +67,12 @@ * RCC RST offset, reset bit to use */ -# define TIMCLK_TIM1 STM32_APB2_TIM1_CLKIN +# define TIMCLK_TIM1 STM32_TIM1_CLKIN Review Comment: we can drop definitions like this and use directly `STM32_TIM1_CLKIN`, but this is a topic for the next PR -- 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]
