Skip to content

Commit 9285344

Browse files
kapbhkartben
authored andcommitted
nrf_wifi: src: Fix include file path
With recent code restructuring file name and path has been changed in nrf_wifi lib. Signed-off-by: Kapil Bhatt <kapil.bhatt@nordicsemi.no>
1 parent 875d11a commit 9285344

File tree

1 file changed

+1
-1
lines changed
  • drivers/wifi/nrf_wifi/src

1 file changed

+1
-1
lines changed

drivers/wifi/nrf_wifi/src/coex.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
#include "coex.h"
1818
#include "coex_struct.h"
1919
#include "fmac_main.h"
20-
#include "fmac_api.h"
20+
#include "common/fmac_api_common.h"
2121

2222
LOG_MODULE_DECLARE(wifi_nrf, CONFIG_WIFI_NRF70_LOG_LEVEL);
2323

0 commit comments

Comments
 (0)