From e8c74970d6e776259d7fefc907ca00ca5f6ab5a1 Mon Sep 17 00:00:00 2001 From: Nathan Vander Wilt Date: Mon, 27 Nov 2023 15:03:01 -0800 Subject: [PATCH] comment out extra PAC features not present in original repro --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 013cf05..1c85b45 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ panic-msp430 = "0.4.0" # crate. Your PAC must be generated with svd2rust version v0.20.0 or later. [dependencies.msp430f5529] version = "0.2.0" -features = ["rt"] +#features = ["rt"]