This repository was archived by the owner on Mar 26, 2026. It is now read-only.
Commit 25a3951
examples/cdc-acm: Don't use deprecated SETUP_EP0_BUF()
This commit doesn't introduce any kind of functional change.
The cdc-acm example wasn't vulnerable to the race condition
caused by using `SETUP_EP0_BUF(0)`. I have tested that both
the original and new versions of cdc-acm work correctly.1 parent 1c8a910 commit 25a3951
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
199 | 199 | | |
200 | 200 | | |
201 | 201 | | |
202 | | - | |
| 202 | + | |
| 203 | + | |
203 | 204 | | |
204 | 205 | | |
205 | 206 | | |
| |||
0 commit comments