Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Urhengulas committed Jul 13, 2021
1 parent 96e21d7 commit 7f1c448
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion book/src/global-logger.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ This struct must implement the `Logger` trait.
It's recommended that this struct is kept private.

```rust
# extern crate defmt
# extern crate defmt;
#
#[defmt::global_logger]
struct Logger;
Expand Down

0 comments on commit 7f1c448

Please sign in to comment.