From a54d855cbe66e7220b294e9bde615e21ca23b41b Mon Sep 17 00:00:00 2001 From: Ryan Summers Date: Tue, 15 Jun 2021 12:54:57 +0200 Subject: [PATCH] Updating HAL tag --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a5e0ff0..68a2053 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -57,7 +57,7 @@ rev = "70b0eb5" features = ["stm32h743v", "rt", "unproven", "ethernet", "quadspi"] # version = "0.9.0" git = "https://github.com/quartiq/stm32h7xx-hal.git" -branch = "feature/smoltcp-update" +rev = "33aa67d" # link.x section start/end [patch.crates-io.cortex-m-rt]