Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
mkardous-silabs committed Jan 17, 2025
1 parent 6b60ed0 commit 8be646b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion examples/platform/silabs/MatterConfig.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,9 @@
#ifdef SL_WIFI
#include <platform/silabs/wifi/WifiInterface.h>

// TODO: We shouldn't need any platform specific includes in this file
#ifdef WF200_WIFI
#include <platform/silabs/wifi/sl_wfx_task.h>
#include <platform/silabs/wifi/wf200/ncp/sl_wfx_task.h>
#endif // WF200_WIFI
#endif // SL_WIFI

Expand All @@ -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 <platform/silabs/SiWx917/SiWxPlatformInterface.h>
#include <platform/silabs/wifi/wiseconnect-interface/WiseconnectWifiInterface.h>
Expand Down
1 change: 1 addition & 0 deletions src/platform/silabs/SiWx917/SiWxPlatformInterface.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
*
Expand Down

0 comments on commit 8be646b

Please sign in to comment.