Skip to content

Commit

Permalink
Adds feature macro for header include
Browse files Browse the repository at this point in the history
  • Loading branch information
rosahay-silabs committed Oct 10, 2023
1 parent 2f31859 commit 030944a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion examples/platform/silabs/efr32/rs911x/hal/efx_spi.c
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
#include "semphr.h"
#include "task.h"

#include "btl_interface.h"
#include "dmadrv.h"
#include "em_chip.h"
#include "em_cmu.h"
Expand Down Expand Up @@ -71,6 +70,9 @@
#include "rsi_driver.h"
#endif // CHIP_9117

#if SL_BTLCTRL_MUX
#include "btl_interface.h"
#endif // SL_BTLCTRL_MUX
#if SL_LCDCTRL_MUX
#include "sl_memlcd.h"
#endif // SL_LCDCTRL_MUX
Expand Down

0 comments on commit 030944a

Please sign in to comment.