From cadbe21dadd64db163460f4033741972ac675248 Mon Sep 17 00:00:00 2001 From: jerrysxie Date: Mon, 3 Feb 2025 11:04:05 -0600 Subject: [PATCH] Bump 685 PAC to 0.2.2 - This is version has the ADC bitshift patch. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6b44dde1..41a0205e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -59,7 +59,7 @@ embedded-storage-async = { version = "0.4.1" } rand_core = "0.6.4" fixed = "1.23.1" -mimxrt685s-pac = { version = "0.2.0", features = [ +mimxrt685s-pac = { version = "0.2.2", features = [ "rt", "critical-section", "defmt",