|
In usbd.c there's CFG_TUD_TASK_QUEUE_SZ defualt value: If CFG_TUD_TASK_QUEUE_SZ is the buffer size, it's too small to contain more than one dec_event_t. So what is the meaning of CFG_TUD_TASK_QUEUE_SZ? |
Answered by
HiFiPhile
Jun 18, 2026
Replies: 2 comments
You can see the type of buf is Which gives you dcd_event_t buf[16]; |
0 replies
Answer selected by
HiFiPhile
|
You are right! |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can see the type of buf is
_type, it's not uint8_t.Which gives you dcd_event_t buf[16];