Skip to content

Commit 16931e1

Browse files
committed
[nrf fromlist] nrf_wifi: src: Fix include file path
With recent code restructuring file name and path has been changed in nrf_wifi lib. Upstream PR #: 86846 Signed-off-by: Kapil Bhatt <[email protected]>
1 parent ebdd80f commit 16931e1

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)