Skip to content

Commit c5ea8d7

Browse files
Ron EldorRon Eldor
authored andcommitted
Change to DEVICE_CRYPTOCELL definition
Change `#if DEVICE_CRYPTOCELL` to `#if defined(DEVICE_CRYPTOPCELL)`
1 parent adbfdc1 commit c5ea8d7

File tree

1 file changed

+1
-1
lines changed
  • targets/TARGET_NORDIC/TARGET_NRF5x/TARGET_NRF52

1 file changed

+1
-1
lines changed

targets/TARGET_NORDIC/TARGET_NRF5x/TARGET_NRF52/objects.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ extern "C" {
5454

5555
#include "nrf_uart.h"
5656

57-
#if DEVICE_CRYPTOCELL
57+
#if defined(DEVICE_CRYPTOCELL)
5858
#include "objects_cryptocell.h"
5959
#else
6060
struct trng_s {

0 commit comments

Comments
 (0)