We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80f8676 commit 522a76fCopy full SHA for 522a76f
examples/usb_passthrough.rs
@@ -1,8 +1,6 @@
1
//! Dual CDC-ACM serial port example using polling in a busy loop.
2
//!
3
//! Characters written to one serial port appear on both.
4
-//!
5
-//! Note: This example must be built in release mode to work reliably
6
#![no_std]
7
#![no_main]
8
examples/usb_serial.rs
@@ -1,6 +1,4 @@
//! CDC-ACM serial port example using polling in a busy loop
0 commit comments