Skip to content

Commit 0984fc8

Browse files
committed
softdevice_controller: rev 424f46ccc2f4e28fe7eab7738372924a06ee88d8
CHANGELOG.rst contains the list of changes. Signed-off-by: Rafał Kuźnia <[email protected]>
1 parent d86bdfe commit 0984fc8

34 files changed

+40
-41
lines changed

softdevice_controller/include/sdc.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@ extern "C" {
343343
*
344344
* @param[in] count Total number of links (central + peripheral).
345345
*/
346-
#define SDC_MEM_CS_SETUP_PHASE_LINKS(count) ((count) > 0 ? (11 + (count)*315) : 0)
346+
#define SDC_MEM_CS_SETUP_PHASE_LINKS(count) ((count) > 0 ? (11 + (count)*326) : 0)
347347

348348
/** @} end of sdc_mem_defines */
349349

softdevice_controller/include/sdc_soc.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ extern "C" {
2828

2929
#include <stdint.h>
3030
#include <stdbool.h>
31-
#include "nrf_errno.h"
3231

3332
#if defined(NRF52_SERIES)
3433
/* PPI channels 17 - 31, for the nRF52 Series */
Binary file not shown.
Binary file not shown.
Binary file not shown.
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
description: SoftDevice Controller
2-
git_revision: fe2cf96a7f36222ea079c040be2c032040c2f332
3-
ll_subversion_number: '0x104E'
2+
git_revision: 424f46ccc2f4e28fe7eab7738372924a06ee88d8
3+
ll_subversion_number: '0x1050'
44
ll_version_number: '0x0E'
5-
timestamp: '2024-11-13T12:15:14Z'
5+
timestamp: '2024-11-15T12:50:29Z'
Binary file not shown.
Binary file not shown.
Binary file not shown.
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
description: SoftDevice Controller
2-
git_revision: fe2cf96a7f36222ea079c040be2c032040c2f332
3-
ll_subversion_number: '0x104E'
2+
git_revision: 424f46ccc2f4e28fe7eab7738372924a06ee88d8
3+
ll_subversion_number: '0x1050'
44
ll_version_number: '0x0E'
5-
timestamp: '2024-11-13T12:15:14Z'
5+
timestamp: '2024-11-15T12:50:29Z'

0 commit comments

Comments
 (0)