my fork of nrf51-sdk

Dependents:   nRF51822

Fork of nrf51-sdk by Nordic Semiconductor

Revision:
27:0fe148f1bca3
Parent:
24:2aea0c1c57ee
Child:
28:041dac1366b2
--- a/source/nordic_sdk/components/device/nrf.h	Thu Apr 07 17:37:50 2016 +0100
+++ b/source/nordic_sdk/components/device/nrf.h	Thu Apr 07 17:37:52 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"