forked from M-Labs/artiq
firmware: remove max_level_debug.
Tracing to the core log isn't particularly slow, and is handy when debugging.
This commit is contained in:
parent
739da9f1b3
commit
5f3033b518
|
@ -17,7 +17,7 @@ std_artiq = { path = "../libstd_artiq", features = ["alloc"] }
|
|||
lwip = { path = "../liblwip", default-features = false }
|
||||
bsp = { path = "../libbsp" }
|
||||
fringe = { version = "= 1.1.0", default-features = false, features = ["alloc"] }
|
||||
log = { version = "0.3", default-features = false, features = ["max_level_debug"] }
|
||||
log = { version = "0.3", default-features = false }
|
||||
log_buffer = { version = "1.0" }
|
||||
byteorder = { version = "0.5", default-features = false }
|
||||
|
||||
|
|
Loading…
Reference in New Issue