Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of nrf51-sdk by
Revision 15:fbe86af291bb, committed 2016-04-07
- 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 */
