From 8bf75816790a2fb7ec3ef78eccd53ef4ef778916 Mon Sep 17 00:00:00 2001 From: shgutte Date: Thu, 11 Jan 2024 00:00:53 +0530 Subject: [PATCH] Added TODO for the include files --- third_party/silabs/efr32_sdk.gni | 1 + 1 file changed, 1 insertion(+) diff --git a/third_party/silabs/efr32_sdk.gni b/third_party/silabs/efr32_sdk.gni index c4a6cbf2904f73..a231a63a9e4a2b 100644 --- a/third_party/silabs/efr32_sdk.gni +++ b/third_party/silabs/efr32_sdk.gni @@ -130,6 +130,7 @@ template("efr32_sdk") { # Treat these includes as system includes, so warnings in them are not fatal. _include_dirs = [ "${efr32_sdk_root}", + #TODO: Added this as include files because of spi_multiplexing.h file. we will remove it after the cleanup. "${examples_plat_dir}", "${efr32_sdk_root}/util/plugin/security_manager/", "${efr32_sdk_root}/hardware/kit/common/bsp",