Skip to content

Commit

Permalink
Fix CONFIG_BT_NIMBLE_NVS_PERSIST value unused
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason2866 committed May 5, 2023
1 parent d7b6d72 commit 08ce638
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -686,7 +686,7 @@

#ifndef MYNEWT_VAL_BLE_STORE_CONFIG_PERSIST
#ifdef CONFIG_BT_NIMBLE_NVS_PERSIST
#define MYNEWT_VAL_BLE_STORE_CONFIG_PERSIST (1)
#define MYNEWT_VAL_BLE_STORE_CONFIG_PERSIST (CONFIG_BT_NIMBLE_NVS_PERSIST)
#else
#define MYNEWT_VAL_BLE_STORE_CONFIG_PERSIST (0)
#endif
Expand Down

1 comment on commit 08ce638

@Jason2866
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fyi @Staars

Please sign in to comment.