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 af34009 commit 6de076bCopy full SHA for 6de076b
src/macros.rs
@@ -5,7 +5,7 @@ macro_rules! usb_log {
5
}
6
7
#[cfg(feature = "defmt")]
8
-macro_rules! net_log {
+macro_rules! usb_log {
9
(trace, $($arg:expr),*) => { defmt::trace!($($arg),*) };
10
(debug, $($arg:expr),*) => { defmt::debug!($($arg),*) };
11
0 commit comments