Skip to content

Commit

Permalink
uncommented the fem util
Browse files Browse the repository at this point in the history
  • Loading branch information
Sarthak-Shaha committed Jan 24, 2025
1 parent 1ad9f93 commit 6a31675
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions matter/efr32/mgm26/BRD4350A/autogen/sl_event_handler.c
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
#include "sl_rail_util_power_manager_init.h"
#include "sl_rail_util_pti.h"
#include "sl_rail_util_rssi.h"
//#include "sl_fem_util.h" // not present in 4187c
#include "sl_fem_util.h"
#include "sl_board_control.h"
#include "sl_bt_rtos_adaptation.h"
#include "platform-efr32.h"
Expand Down Expand Up @@ -95,7 +95,7 @@ void sl_stack_init(void)
sl_rail_util_power_manager_init();
sl_rail_util_pti_init();
sl_rail_util_rssi_init();
//sl_fem_util_init(); //not present in 4187c
sl_fem_util_init();
sl_bt_rtos_init();
sl_ot_sys_init();
}
Expand Down

0 comments on commit 6a31675

Please sign in to comment.