Skip to content

Commit 762df2c

Browse files
Fix build by including a header earlier in the file (temp fix).
1 parent cede159 commit 762df2c

File tree

1 file changed

+2
-1
lines changed
  • examples/platform/silabs/efr32/rs911x

1 file changed

+2
-1
lines changed

examples/platform/silabs/efr32/rs911x/rsi_if.c

+2-1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@
2727

2828
#include "sl_status.h"
2929
#include <cmsis_os2.h>
30+
// TODO Fix include order issue #33120
31+
#include "wfx_host_events.h"
3032

3133
#include "rsi_bootup_config.h"
3234
#include "rsi_common_apis.h"
@@ -41,7 +43,6 @@
4143
#include "rsi_wlan_config.h"
4244
#include "rsi_wlan_non_rom.h"
4345
#include "silabs_utils.h"
44-
#include "wfx_host_events.h"
4546

4647
#include "dhcp_client.h"
4748
#include "lwip/nd6.h"

0 commit comments

Comments
 (0)