Change to DEVICE_CRYPTOCELL definition

Change `#if DEVICE_CRYPTOCELL` to `#if defined(DEVICE_CRYPTOPCELL)`
pull/6794/head
Ron Eldor 2018-05-14 18:34:10 +03:00
parent adbfdc1149
commit c5ea8d71bb
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ extern "C" {
#include "nrf_uart.h" #include "nrf_uart.h"
#if DEVICE_CRYPTOCELL #if defined(DEVICE_CRYPTOCELL)
#include "objects_cryptocell.h" #include "objects_cryptocell.h"
#else #else
struct trng_s { struct trng_s {