mirror of
https://github.com/ferrous-systems/embedded-trainings-2020.git
synced 2025-01-24 06:48:11 +00:00
code to enable uarte0
This commit is contained in:
parent
3cf96c058a
commit
df4383a4df
1 changed files with 1 additions and 3 deletions
|
@ -34,8 +34,6 @@ opt-level = 3
|
|||
overflow-checks = false
|
||||
|
||||
[features]
|
||||
|
||||
|
||||
default = [
|
||||
"other-feature"
|
||||
]
|
||||
|
@ -46,4 +44,4 @@ defmt-trace = []
|
|||
defmt-debug = []
|
||||
defmt-info = []
|
||||
defmt-warn = []
|
||||
defmt-error = []
|
||||
defmt-error = []
|
||||
|
|
Loading…
Reference in a new issue