Skip to content

Commit 522a76f

Browse files
committed
remove release mode requirement from USB examples
This was fixed in usb-device: rust-embedded-community/usb-device#41
1 parent 80f8676 commit 522a76f

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

examples/usb_passthrough.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
//! Dual CDC-ACM serial port example using polling in a busy loop.
22
//!
33
//! Characters written to one serial port appear on both.
4-
//!
5-
//! Note: This example must be built in release mode to work reliably
64
#![no_std]
75
#![no_main]
86

examples/usb_serial.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
//! CDC-ACM serial port example using polling in a busy loop
2-
//!
3-
//! Note: This example must be built in release mode to work reliably
42
#![no_std]
53
#![no_main]
64

0 commit comments

Comments
 (0)