Skip to content

Commit

Permalink
build fixes for 917 soc (#29564)
Browse files Browse the repository at this point in the history
  • Loading branch information
chirag-silabs authored and pull[bot] committed Jan 25, 2024
1 parent b2816ce commit d4dd406
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
4 changes: 0 additions & 4 deletions src/platform/silabs/Logging.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,6 @@
#endif
#endif // BRD4325A

#ifdef BRD4325A // For SiWx917 Platform only
#include "core_cm4.h"
#endif

#ifdef PW_RPC_ENABLED
#include "PigweedLogger.h"
#endif
Expand Down
1 change: 0 additions & 1 deletion third_party/silabs/SiWx917_sdk.gni
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,6 @@ template("siwx917_sdk") {
if (silabs_board == "BRD4338A") {
defines += [
"SI917_RADIO_BOARD_V2=1",
"SL_BOARD_NAME=\"BRD4338A\"",
"SL_BOARD_REV=\"A00\"",
"SPI_MULTI_SLAVE=1",
"SYSCALLS_WRITE=1",
Expand Down

0 comments on commit d4dd406

Please sign in to comment.