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:
Mariusz Skamra 2018-03-06 15:27:40 +01:00 committed by Carles Cufí
commit cfc79d1669

View file

@ -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