diff options
| author | Caleb Jamison <[email protected]> | 2023-05-09 17:55:27 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-05-09 17:55:27 -0400 |
| commit | 9d971e5b150e2ebe51570040ea59e3ccdbef7b17 (patch) | |
| tree | 153a70e9123bbbd876f3a4b08659181d83ccec89 /examples/nrf52840/src/bin/usb_serial.rs | |
| parent | 5cfe1a1fb40470dfaf256fc87989fd67884113f1 (diff) | |
| parent | 856b944eaf20bbd5f1625226415af210a28af89a (diff) | |
Merge branch 'master' into master
Diffstat (limited to 'examples/nrf52840/src/bin/usb_serial.rs')
| -rw-r--r-- | examples/nrf52840/src/bin/usb_serial.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/nrf52840/src/bin/usb_serial.rs b/examples/nrf52840/src/bin/usb_serial.rs index 9727a4f57..dc95cde84 100644 --- a/examples/nrf52840/src/bin/usb_serial.rs +++ b/examples/nrf52840/src/bin/usb_serial.rs | |||
| @@ -40,7 +40,7 @@ async fn main(_spawner: Spawner) { | |||
| 40 | config.max_power = 100; | 40 | config.max_power = 100; |
| 41 | config.max_packet_size_0 = 64; | 41 | config.max_packet_size_0 = 64; |
| 42 | 42 | ||
| 43 | // Required for windows compatiblity. | 43 | // Required for windows compatibility. |
| 44 | // https://developer.nordicsemi.com/nRF_Connect_SDK/doc/1.9.1/kconfig/CONFIG_CDC_ACM_IAD.html#help | 44 | // https://developer.nordicsemi.com/nRF_Connect_SDK/doc/1.9.1/kconfig/CONFIG_CDC_ACM_IAD.html#help |
| 45 | config.device_class = 0xEF; | 45 | config.device_class = 0xEF; |
| 46 | config.device_sub_class = 0x02; | 46 | config.device_sub_class = 0x02; |
