commit | df67f4ec135d4aa4a16aa866d2f4abe019532ce6 | [log] [tgz] |
---|---|---|
author | Troels Nilsson <trnn@demant.com> | Wed Feb 26 09:15:30 2025 +0100 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Fri Mar 07 20:02:49 2025 +0100 |
tree | 63367efafe1b9c6016a3c9fa5d274c285c4a191e | |
parent | 789e3f340e5019c18d973b25aa281b89afae1449 [diff] |
Bluetooth: Controller: Fix building ticker without remainder support A few things were not flagged by CONFIG_BT_TICKER_REMAINDER_SUPPORT that should have been; This caused building without it to fail Initialize remainder to 0 where used with ticker_next_slot_get_ext(), since it may not get set if remainder support is off Signed-off-by: Troels Nilsson <trnn@demant.com>