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.
Dependents: BLE_iBeacon_Exercise
Fork of BLE_API_Native by
hw/nRF51822n/nordic/nordic_global.h@17:d5600677d532, 2014-02-21 (annotated)
- Committer:
- ktownsend
- Date:
- Fri Feb 21 09:33:31 2014 +0000
- Revision:
- 17:d5600677d532
Added GATT callback support
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
ktownsend | 17:d5600677d532 | 1 | #ifndef _NORDIC_GLOBAL_H_ |
ktownsend | 17:d5600677d532 | 2 | #define _NORDIC_GLOBAL_H_ |
ktownsend | 17:d5600677d532 | 3 | |
ktownsend | 17:d5600677d532 | 4 | /* There are no global defines in mbed, so we need to define */ |
ktownsend | 17:d5600677d532 | 5 | /* mandatory conditional compilation flags here */ |
ktownsend | 17:d5600677d532 | 6 | #define NRF51 |
ktownsend | 17:d5600677d532 | 7 | #define DEBUG_NRF_USER |
ktownsend | 17:d5600677d532 | 8 | #define BLE_STACK_SUPPORT_REQD |
ktownsend | 17:d5600677d532 | 9 | #define BOARD_PCA10001 |
ktownsend | 17:d5600677d532 | 10 | |
ktownsend | 17:d5600677d532 | 11 | #endif |