Skip to content

Commit

Permalink
Restyled by clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
restyled-commits authored and mykrupp committed Jul 18, 2024
1 parent 15b1e94 commit f05adc8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/platform/silabs/efr32/rs911x/rsi_if.c
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
#include "em_ldma.h"
#include "em_usart.h"

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

/* Includes */

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

#include "wfx_host_events.h"
#include "wifi_config.h"
Expand Down

0 comments on commit f05adc8

Please sign in to comment.