Commit 2d6ca17
Merge #3
3: Don't require `UsbPeripheral` to be `Sync` r=Dirbaio a=jonas-schievink
It's stored in a `Mutex`, which turns `Send` data `Sync`, so this trait bound shouldn't be required.
Co-authored-by: Jonas Schievink <[email protected]>1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
0 commit comments