diff options
Diffstat (limited to 'examples/rp/src/bin/usb_serial.rs')
| -rw-r--r-- | examples/rp/src/bin/usb_serial.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/rp/src/bin/usb_serial.rs b/examples/rp/src/bin/usb_serial.rs index a991082ee..8160a1875 100644 --- a/examples/rp/src/bin/usb_serial.rs +++ b/examples/rp/src/bin/usb_serial.rs | |||
| @@ -30,7 +30,7 @@ async fn main(_spawner: Spawner) { | |||
| 30 | config.max_power = 100; | 30 | config.max_power = 100; |
| 31 | config.max_packet_size_0 = 64; | 31 | config.max_packet_size_0 = 64; |
| 32 | 32 | ||
| 33 | // Required for windows compatiblity. | 33 | // Required for windows compatibility. |
| 34 | // https://developer.nordicsemi.com/nRF_Connect_SDK/doc/1.9.1/kconfig/CONFIG_CDC_ACM_IAD.html#help | 34 | // https://developer.nordicsemi.com/nRF_Connect_SDK/doc/1.9.1/kconfig/CONFIG_CDC_ACM_IAD.html#help |
| 35 | config.device_class = 0xEF; | 35 | config.device_class = 0xEF; |
| 36 | config.device_sub_class = 0x02; | 36 | config.device_sub_class = 0x02; |
