Skip to content

Commit

Permalink
[Silabs] Adding the spi_multiplex.h for only NCP not SOC devices (#31276
Browse files Browse the repository at this point in the history
)

* adding the condition for only ncp devices not SOC

* Restyled by clang-format

---------

Co-authored-by: Restyled.io <commits@restyled.io>
  • Loading branch information
2 people authored and pull[bot] committed Jan 31, 2024
1 parent 6be37dd commit 0874a32
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/thermostat/silabs/src/ThermostatUI.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@
#include "glib.h"
#include "lcd.h"

#if SL_WIFI
#if SL_WIFI && !defined(SIWX_917)
// Only needed for wifi NCP devices
#include "spi_multiplex.h"
#endif // SL_WIFI

Expand Down

0 comments on commit 0874a32

Please sign in to comment.