From 482b2c498d7cd88f65db35d35506ccd06c45c614 Mon Sep 17 00:00:00 2001 From: bhmanda Date: Sat, 14 Dec 2024 01:14:37 +0530 Subject: [PATCH] Added sl_component_catalog header in rsi_hal_m4_hal_m4.c file --- matter/si91x/support/hal/rsi_hal_mcu_m4.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/matter/si91x/support/hal/rsi_hal_mcu_m4.c b/matter/si91x/support/hal/rsi_hal_mcu_m4.c index b1f3990c3e..492480f0a4 100644 --- a/matter/si91x/support/hal/rsi_hal_mcu_m4.c +++ b/matter/si91x/support/hal/rsi_hal_mcu_m4.c @@ -19,6 +19,8 @@ #include "rsi_pll.h" #include "rsi_rom_clks.h" #include "silabs_utils.h" +#include "sl_component_catalog.h" + #ifdef SL_CATALOG_SIMPLE_BUTTON_PRESENT #include "sl_si91x_button_pin_config.h" #endif //SL_CATALOG_SIMPLE_BUTTON_PRESENT