Skip to content

Commit 6de076b

Browse files
committed
Fixing defmt build
1 parent af34009 commit 6de076b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/macros.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ macro_rules! usb_log {
55
}
66

77
#[cfg(feature = "defmt")]
8-
macro_rules! net_log {
8+
macro_rules! usb_log {
99
(trace, $($arg:expr),*) => { defmt::trace!($($arg),*) };
1010
(debug, $($arg:expr),*) => { defmt::debug!($($arg),*) };
1111
}

0 commit comments

Comments
 (0)