Bluetooth: Fix available LPN groups count
This fixes the LPN_GROUPS define. Signed-off-by: Mariusz Skamra <mariusz.skamra@codecoup.pl>
This commit is contained in:
parent
9c92609a66
commit
cfc79d1669
1 changed files with 1 additions and 1 deletions
|
@ -114,7 +114,7 @@ struct bt_mesh_friend {
|
|||
};
|
||||
|
||||
#if defined(CONFIG_BT_MESH_LOW_POWER)
|
||||
#define LPN_GROUPS CONFIG_BT_MESH_LOW_POWER
|
||||
#define LPN_GROUPS CONFIG_BT_MESH_LPN_GROUPS
|
||||
#else
|
||||
#define LPN_GROUPS 0
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue