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


##########
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:
   I don't think so. ub32_t is not compatible with uint32_t. You have to use 
different math operations to manage ub32_t which leads to many #ifdefs in apps 
code and in arch code. Ub32_t is also not portable because it require long long



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