Skip to content

Commit

Permalink
note that debug-print needs to be mutually exclusive
Browse files Browse the repository at this point in the history
...with other crates that might want to use the application
console, e.g., the USB crate.
  • Loading branch information
bunnie committed Dec 16, 2024
1 parent eb7973f commit e90bd02
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions services/xous-swapper/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ renode = ["utralib/renode"]
swap-userspace-testing = []
oom-doom = []

debug-print = []
debug-print = [
] # mutually exclusive feature with other crates that use the app UART
debug-verbose = []
default = ["debug-print"]
default = []

0 comments on commit e90bd02

Please sign in to comment.