Skip to content

Commit

Permalink
remove extraneous FreeRTOS includes
Browse files Browse the repository at this point in the history
  • Loading branch information
mykrupp committed Jul 18, 2024
1 parent 2c00397 commit 1ca75ea
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion examples/platform/silabs/efr32/rs911x/rsi_if.c
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
#include "em_ldma.h"
#include "em_usart.h"

#include "FreeRTOS.h"
#include "sl_status.h"
#include <cmsis_os2.h>
// TODO Fix include order issue #33120
Expand Down
1 change: 0 additions & 1 deletion src/platform/silabs/SiWx917/wifi/ethernetif.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@

/* Includes */

#include <FreeRTOS.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
Expand Down

0 comments on commit 1ca75ea

Please sign in to comment.