Skip to content

Commit 6032821

Browse files
committed
Remove defmt features from Cargo.toml
They are obsolete with defmt 0.3. (See https://defmt.ferrous-systems.com/migration-02-03.html)
1 parent d1b3af7 commit 6032821

1 file changed

Lines changed: 0 additions & 16 deletions

File tree

Cargo.toml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -41,22 +41,6 @@ pc-keyboard = "0.6"
4141
# Useful queues and other structures
4242
heapless = "0.7"
4343

44-
[features]
45-
default = [
46-
"defmt-default",
47-
]
48-
defmt-default = []
49-
# Enables trace logs
50-
defmt-trace = []
51-
# Enables debug logs
52-
defmt-debug = []
53-
# Enables info logs
54-
defmt-info = []
55-
# Enables warn logs
56-
defmt-warn = []
57-
# Enables error logs
58-
defmt-error = []
59-
6044
[[bin]]
6145
name = "neotron-pico-bios"
6246
test = false

0 commit comments

Comments
 (0)