Commit 92ce873
committed
samples: bluetooth: mesh: fix overflow on nrf52dk/nrf52832
At revision 3f1c9b9 the builds still
had CONFIG_BT_BUF_EVT_DISCARDABLE_SIZE equal to 58, but something made
it change to 255 which increases the RAM usage by 4kB and results in
overflows on this board target.
Explicitly set the value back to 58 to avoid overflows.
Signed-off-by: Tomi Fontanilles <tomi.fontanilles@nordicsemi.no>1 parent b6a05fd commit 92ce873
4 files changed
Lines changed: 4 additions & 0 deletions
File tree
- samples/bluetooth/mesh
- ble_peripheral_lbs_coex/boards
- chat/boards
- light_ctrl/boards
- sensor_server/boards
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
0 commit comments