raiden00pl commented on code in PR #18233:
URL: https://github.com/apache/nuttx/pull/18233#discussion_r2740211092


##########
Documentation/components/drivers/character/timers/pwm.rst:
##########
@@ -69,7 +69,7 @@ set through ``pwm_info_s`` structure.
    struct pwm_info_s
    {
       /* Frequency of the pulse train */
-      uint32_t           frequency;
+      pwm_freq_t         frequency;

Review Comment:
   Why not add additional 'uint32_t fract;'? This way we don't depend on 
long_long and have backward compatible api



-- 
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]

Reply via email to