Skip to content

Commit

Permalink
softdevice_controller: remove nrf-errno.h from sdc_soc.h
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
e-rk committed Nov 12, 2024
1 parent b8cdeed commit 8e9d87c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion softdevice_controller/include/sdc_soc.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ extern "C" {

#include <stdint.h>
#include <stdbool.h>
#include "nrf_errno.h"

#if defined(NRF52_SERIES)
/* PPI channels 17 - 31, for the nRF52 Series */
Expand Down

0 comments on commit 8e9d87c

Please sign in to comment.