From 1860a7c806e453e8bc814b618328d050f8b62d7c Mon Sep 17 00:00:00 2001 From: gabrielfrasantos <21131318+gabrielfrasantos@users.noreply.github.com> Date: Mon, 24 Aug 2026 07:02:54 +0000 Subject: [PATCH] chore: update embedded-pro/embedded-infra-lib hash to 9c3d4c32bba0123abdc0013b8b9d5aea26e1f103 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 8f17a11..8de5534 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -26,7 +26,7 @@ if (HALST_STANDALONE) FetchContent_Declare( emil GIT_REPOSITORY https://github.com/embedded-pro/embedded-infra-lib.git - GIT_TAG ddc06b6ab1b702ce9d014420d2ee18bc4c12c247 # Unreleased + GIT_TAG 9c3d4c32bba0123abdc0013b8b9d5aea26e1f103 # Unreleased ) add_definitions(-DEMIL_ENABLE_TRACING=1)