mbed library sources. Supersedes mbed-src.

Dependents:   Nucleo_Hello_Encoder BLE_iBeaconScan AM1805_DEMO DISCO-F429ZI_ExportTemplate1 ... more

Revision:
189:f392fc9709a3
Parent:
187:0387e8f68319
--- a/targets/TARGET_NORDIC/TARGET_NRF5x/TARGET_NRF51/trng_api.c	Thu Nov 08 11:46:34 2018 +0000
+++ b/targets/TARGET_NORDIC/TARGET_NRF5x/TARGET_NRF51/trng_api.c	Wed Feb 20 22:31:08 2019 +0000
@@ -36,7 +36,7 @@
  *
  */
 
-#if (defined(DEVICE_TRNG) && defined(DEVICE_LPTICKER))
+#if DEVICE_TRNG && DEVICE_LPTICKER
 
 #include "hal/trng_api.h"
 #include "hal/lp_ticker_api.h"