Skip to content

Commit 1ca75ea

Browse files
committedJul 18, 2024
remove extraneous FreeRTOS includes
1 parent 2c00397 commit 1ca75ea

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed
 

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

-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525
#include "em_ldma.h"
2626
#include "em_usart.h"
2727

28-
#include "FreeRTOS.h"
2928
#include "sl_status.h"
3029
#include <cmsis_os2.h>
3130
// TODO Fix include order issue #33120

‎src/platform/silabs/SiWx917/wifi/ethernetif.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717

1818
/* Includes */
1919

20-
#include <FreeRTOS.h>
2120
#include <stdio.h>
2221
#include <stdlib.h>
2322
#include <string.h>

0 commit comments

Comments
 (0)