You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by GitBox <gi...@apache.org> on 2021/10/29 18:57:44 UTC

[GitHub] [mynewt-core] t3zeng commented on issue #2704: TUD_DFU_DESC_LEN is never defined

t3zeng commented on issue #2704:
URL: https://github.com/apache/mynewt-core/issues/2704#issuecomment-954976841


   `
   #define CONFIG_TOTAL_LEN    (TUD_CONFIG_DESC_LEN + \
                                CFG_TUD_CDC * TUD_CDC_DESC_LEN + \
                                CFG_TUD_MSC * TUD_MSC_DESC_LEN + \
                                CFG_TUD_HID * TUD_HID_DESC_LEN + \
                                CFG_TUD_BTH * TUD_BTH_DESC_LEN + \
                                CFG_TUD_DFU * TUD_DFU_DESC_LEN(1) + \
                                0)`


-- 
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: commits-unsubscribe@mynewt.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org