From 57b3852700174417eb7b49ebfd92605d63192873 Mon Sep 17 00:00:00 2001 From: gabrielfrasantos <21131318+gabrielfrasantos@users.noreply.github.com> Date: Thu, 27 Aug 2026 17:17:43 +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 9d5631a..00f2326 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -24,7 +24,7 @@ if (HAL_TI_STANDALONE) FetchContent_Declare( emil GIT_REPOSITORY https://github.com/embedded-pro/embedded-infra-lib.git - GIT_TAG 9c3d4c32bba0123abdc0013b8b9d5aea26e1f103 # Unreleased + GIT_TAG b2ac7ed7f6121f9aa1b1e15a68986af0cfca63de # Unreleased ) add_definitions(-DEMIL_ENABLE_TRACING=1)