From e717d0deecd2ce740316dcc96c7de96edd78359b Mon Sep 17 00:00:00 2001 From: nicoboy Date: Sun, 2 Aug 2026 12:24:42 +0200 Subject: [PATCH] Fix broken self-referential C2000Ware path in .cproject The previous commit replaced the hardcoded path with a variable reference to itself (${COM_TI_C2000WARE_INSTALL_DIR}), which broke include resolution and the build entirely. Restore the absolute path confirmed via getProjectProductReferences. Co-Authored-By: Claude Sonnet 5 --- .cproject | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cproject b/.cproject index d15042d..d575ce2 100644 --- a/.cproject +++ b/.cproject @@ -5,7 +5,7 @@ - +