Skip to content

Commit

Permalink
remove release mode requirement from USB examples
Browse files Browse the repository at this point in the history
This was fixed in usb-device: rust-embedded-community/usb-device#41
  • Loading branch information
newAM committed Dec 28, 2021
1 parent 80f8676 commit 522a76f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions examples/usb_passthrough.rs
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
//! Dual CDC-ACM serial port example using polling in a busy loop.
//!
//! Characters written to one serial port appear on both.
//!
//! Note: This example must be built in release mode to work reliably
#![no_std]
#![no_main]

Expand Down
2 changes: 0 additions & 2 deletions examples/usb_serial.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
//! CDC-ACM serial port example using polling in a busy loop
//!
//! Note: This example must be built in release mode to work reliably
#![no_std]
#![no_main]

Expand Down

0 comments on commit 522a76f

Please sign in to comment.