mirror of https://github.com/ARMmbed/mbed-os.git
Change to DEVICE_CRYPTOCELL definition
Change `#if DEVICE_CRYPTOCELL` to `#if defined(DEVICE_CRYPTOPCELL)`pull/6794/head
parent
adbfdc1149
commit
c5ea8d71bb
|
@ -54,7 +54,7 @@ extern "C" {
|
|||
|
||||
#include "nrf_uart.h"
|
||||
|
||||
#if DEVICE_CRYPTOCELL
|
||||
#if defined(DEVICE_CRYPTOCELL)
|
||||
#include "objects_cryptocell.h"
|
||||
#else
|
||||
struct trng_s {
|
||||
|
|
Loading…
Reference in New Issue