From 5fc7fe8f73e3e6c06c2ae294f047065ef517a155 Mon Sep 17 00:00:00 2001 From: gabrielfrasantos <21131318+gabrielfrasantos@users.noreply.github.com> Date: Thu, 27 Aug 2026 17:28:35 +0000 Subject: [PATCH] chore: update embedded-pro/embedded-infra-lib hash to b2ac7ed7f6121f9aa1b1e15a68986af0cfca63de --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 858fcfd..ff02fdd 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 321a369d9ef75a41b212c38578aba774bd47bfb0 # Unreleased + GIT_TAG b2ac7ed7f6121f9aa1b1e15a68986af0cfca63de # Unreleased ) add_definitions(-DEMIL_ENABLE_TRACING=1)