Nordic nrf51 sdk sources. Mirrored from https://github.com/ARMmbed/nrf51-sdk.

Fork of nrf51-sdk by Nordic Semiconductor

Files at this revision

API Documentation at this revision

Comitter:
vcoubard
Date:
Thu Apr 07 17:37:31 2016 +0100
Parent:
14:3e50fd9c44ff
Child:
16:1bedf466155d
Commit message:
Synchronized with git rev dc215189
Author: Liyou Zhou
Putting back an include because we have that file.

Changed in this revision

source/nordic_sdk/components/device/nrf.h Show annotated file Show diff for this revision Revisions of this file
--- a/source/nordic_sdk/components/device/nrf.h	Thu Apr 07 17:37:31 2016 +0100
+++ b/source/nordic_sdk/components/device/nrf.h	Thu Apr 07 17:37:31 2016 +0100
@@ -45,6 +45,7 @@
     #if defined (NRF51)
         #include "nrf51.h"
         #include "nrf51_bitfields.h"
+        #include "nrf51_deprecated.h"
     #else
         #error "Device family must be defined. See nrf.h."
     #endif /* NRF51 */