Commit 0e24dcb
committed
[USB] Set the bcdDevice value to 0
This value should probably be configurable by the sketch, so a
meaningful value can be picked. As long is this is not possible, best to
use 0, rather than 2.0, otherwise it later becomes impossible to use 2.0
in a meaningful way (you'll never know if the device is really 2.0, or
an old version that had no meaningful version number).1 parent 4c0b81f commit 0e24dcb
1 file changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
135 | 135 | | |
136 | 136 | | |
137 | 137 | | |
138 | | - | |
139 | | - | |
| 138 | + | |
| 139 | + | |
140 | 140 | | |
141 | 141 | | |
142 | 142 | | |
| |||
159 | 159 | | |
160 | 160 | | |
161 | 161 | | |
162 | | - | |
163 | | - | |
| 162 | + | |
| 163 | + | |
164 | 164 | | |
165 | 165 | | |
166 | 166 | | |
| |||
0 commit comments