From df4383a4df1e9f06b1a9651f13b84c76796d7d73 Mon Sep 17 00:00:00 2001 From: Mirabellensaft Date: Fri, 10 Mar 2023 13:49:09 +0100 Subject: [PATCH] code to enable uarte0 --- down-the-stack/apps/Cargo.toml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/down-the-stack/apps/Cargo.toml b/down-the-stack/apps/Cargo.toml index 7d3372e..a528195 100644 --- a/down-the-stack/apps/Cargo.toml +++ b/down-the-stack/apps/Cargo.toml @@ -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 = [] \ No newline at end of file +defmt-error = []