my fork of nrf51-sdk

Dependents:   nRF51822

Fork of nrf51-sdk by Nordic Semiconductor

Revision:
22:67a8d2c0bbbf
Parent:
20:a90c48eb1d30
Child:
24:2aea0c1c57ee
--- a/source/nordic_sdk/components/device/nrf.h	Thu Apr 07 17:37:46 2016 +0100
+++ b/source/nordic_sdk/components/device/nrf.h	Thu Apr 07 17:37:47 2016 +0100
@@ -46,13 +46,9 @@
         #include "nrf51.h"
         #include "nrf51_bitfields.h"
         #include "nrf51_deprecated.h"
-    #elif defined (NRF52)
-        #include "nrf52.h"
-        #include "nrf52_bitfields.h"
-        #include "nrf51_to_nrf52.h"
     #else
         #error "Device family must be defined. See nrf.h."
-    #endif /* NRF51, NRF52 */
+    #endif /* NRF51 */
 
     #include "compiler_abstraction.h"