Skip to content

Commit 8e9d87c

Browse files
committed
softdevice_controller: remove nrf-errno.h from sdc_soc.h
Multiple modules provide its own version of nrf-errno headers. Since the definitions those headers provide are the same and sdc_soc is included in nrfx_glue, compile errors occur due to differences in those headers. The nrf-errno.h is no longer included in sdc_soc.h Signed-off-by: Rafał Kuźnia <[email protected]>
1 parent b8cdeed commit 8e9d87c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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 */

0 commit comments

Comments
 (0)