diff --git a/examples/platform/silabs/MatterConfig.cpp b/examples/platform/silabs/MatterConfig.cpp index f317080af823c0..0bacd0f6582f07 100644 --- a/examples/platform/silabs/MatterConfig.cpp +++ b/examples/platform/silabs/MatterConfig.cpp @@ -27,8 +27,9 @@ #ifdef SL_WIFI #include +// TODO: We shouldn't need any platform specific includes in this file #ifdef WF200_WIFI -#include +#include #endif // WF200_WIFI #endif // SL_WIFI @@ -44,6 +45,7 @@ #include "MemMonitoring.h" #endif +// TODO: We shouldn't need any platform specific includes in this file #if defined(SLI_SI91X_MCU_INTERFACE) && SLI_SI91X_MCU_INTERFACE == 1 #include #include diff --git a/src/platform/silabs/SiWx917/SiWxPlatformInterface.h b/src/platform/silabs/SiWx917/SiWxPlatformInterface.h index 6bcb0b83e3fa35..1ddbf70bf59b5c 100644 --- a/src/platform/silabs/SiWx917/SiWxPlatformInterface.h +++ b/src/platform/silabs/SiWx917/SiWxPlatformInterface.h @@ -58,6 +58,7 @@ void gpio_uulp_pin_interrupt_callback(uint32_t pin_intr) VerifyOrReturn(status == SL_STATUS_OK, ChipLogError(DeviceLayer, "failed to mask interrupt: %ld", status)); } } + /** * @brief Processing function when a button is triggered *