Skip to content

Commit 4d23666

Browse files
paul-szczepanek-arm0xc0170
authored andcommitted
ifdef 52840 crypto
1 parent 41e0227 commit 4d23666

File tree

1 file changed

+2
-1
lines changed
  • features/FEATURE_BLE/targets/TARGET_NORDIC/TARGET_NORDIC_CORDIO/TARGET_NRF5x/stack/sources

1 file changed

+2
-1
lines changed

features/FEATURE_BLE/targets/TARGET_NORDIC/TARGET_NORDIC_CORDIO/TARGET_NRF5x/stack/sources/pal_crypto.c

+2-1
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,13 @@
2323

2424
#include "pal_types.h"
2525
#include "pal_bb_ble.h"
26-
26+
#if defined(NRF52840_XXAA)
2727
#include "crys_rsa_kg.h"
2828
#include "crys_dh.h"
2929
#include "ssi_pal_types.h"
3030
#include "ssi_aes.h"
3131
#include "crys_aesccm.h"
32+
#endif
3233

3334
/* Nordic specific definitions. */
3435
#include "nrf_ecb.h"

0 commit comments

Comments
 (0)