Skip to content

Commit c73530b

Browse files
committed
Fix spawn_modem macro namespacing
1 parent f2a1142 commit c73530b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,5 +169,5 @@ macro_rules! spawn_modem {
169169
$spawner:expr,
170170
$io_ty:ty as $io:expr,
171171
$power_pins:expr $(,)?
172-
) => {spawn_modem!($spawner, $io_ty as $io, $power_pins, tcp_slots: 8)};
172+
) => {::sim7000_async::spawn_modem!($spawner, $io_ty as $io, $power_pins, tcp_slots: 8)};
173173
}

0 commit comments

Comments
 (0)