Skip to content

Commit

Permalink
nimble/host: Fix a build warning caused by undeclared ARRAY_SIZE macro
Browse files Browse the repository at this point in the history
Use of undeclared ARRAY_SIZE macro causes build warning. Add include to
"os/util.h" in ble_store_config.c file.
  • Loading branch information
guy-m authored Jan 3, 2025
1 parent 2a14c85 commit 2fcb781
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nimble/host/store/config/src/ble_store_config.c
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
#include "syscfg/syscfg.h"
#include "host/ble_hs.h"
#include "base64/base64.h"
#include "os/util.h"
#include "store/config/ble_store_config.h"
#include "ble_store_config_priv.h"

Expand Down

0 comments on commit 2fcb781

Please sign in to comment.