acassis commented on code in PR #18233: URL: https://github.com/apache/nuttx/pull/18233#discussion_r2736126697
########## drivers/timers/Kconfig: ########## @@ -30,6 +30,12 @@ config PWM if PWM +config PWM_FREQUENCY_FIXED Review Comment: The name PWM_FREQUENCY_FIXED is misleading: seems like a PWM with a frequency that cannot be changed or with an initial frequency fixed. Suggestion change to PWM_FREQUENCY_FP or similar -- 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]
