diff options
| author | Adam Greig <[email protected]> | 2023-11-07 02:34:14 +0000 |
|---|---|---|
| committer | Adam Greig <[email protected]> | 2023-11-07 02:34:27 +0000 |
| commit | 326bc98bd225a8ec65093e5881e29c57e66fb1cd (patch) | |
| tree | a6160f790064a09b13e2a24162707716206a6ddc /examples/stm32f4/src/bin/usb_ethernet.rs | |
| parent | 584fc358fd533c3f3a832643bd6074bc00281e74 (diff) | |
Update stm32 usb_raw example to use MSOS descriptors for WinUSB
Diffstat (limited to 'examples/stm32f4/src/bin/usb_ethernet.rs')
| -rw-r--r-- | examples/stm32f4/src/bin/usb_ethernet.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/stm32f4/src/bin/usb_ethernet.rs b/examples/stm32f4/src/bin/usb_ethernet.rs index 7c0644aeb..45dcf56af 100644 --- a/examples/stm32f4/src/bin/usb_ethernet.rs +++ b/examples/stm32f4/src/bin/usb_ethernet.rs | |||
| @@ -94,6 +94,7 @@ async fn main(spawner: Spawner) { | |||
| 94 | &mut make_static!([0; 256])[..], | 94 | &mut make_static!([0; 256])[..], |
| 95 | &mut make_static!([0; 256])[..], | 95 | &mut make_static!([0; 256])[..], |
| 96 | &mut make_static!([0; 256])[..], | 96 | &mut make_static!([0; 256])[..], |
| 97 | &mut [], | ||
| 97 | &mut make_static!([0; 128])[..], | 98 | &mut make_static!([0; 128])[..], |
| 98 | ); | 99 | ); |
| 99 | 100 | ||
