Skip to content

Commit

Permalink
radio_test: Fix the compilation warning
Browse files Browse the repository at this point in the history
Fix the header inclusion.

Signed-off-by: Chaitanya Tata <[email protected]>
  • Loading branch information
krish2718 committed Dec 12, 2024
1 parent 15fdbfc commit 4d68b1c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion nrf70_bm_lib/include/nrf70_bm_core.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#include <stdarg.h>
#include <string.h>


#include "nrf70_bm_lib.h"
#include <fmac_api.h>

extern struct nrf70_wifi_drv_priv_bm nrf70_bm_priv;
Expand Down
1 change: 0 additions & 1 deletion nrf70_bm_lib/source/nrf70_bm_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
/** @file
* @brief nRF70 Bare Metal initialization.
*/
#include "nrf70_bm_lib.h"
#include "nrf70_bm_core.h"

#include "util.h"
Expand Down

0 comments on commit 4d68b1c

Please sign in to comment.