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
Diff: hw/nRF51822n/nordic/nrf-sdk/nrf_assert.h
- Revision:
- 4:2f1f20c755ed
- Parent:
- 0:4c3097c65247
diff -r cb37056dbcc6 -r 2f1f20c755ed hw/nRF51822n/nordic/nrf-sdk/nrf_assert.h --- a/hw/nRF51822n/nordic/nrf-sdk/nrf_assert.h Thu Feb 06 13:05:36 2014 +0000 +++ b/hw/nRF51822n/nordic/nrf-sdk/nrf_assert.h Fri Feb 07 16:04:09 2014 +0000 @@ -15,6 +15,7 @@ #define NRF_ASSERT_H_ #include <stdint.h> +#include "nordic_global.h" #if defined(DEBUG_NRF) || defined(DEBUG_NRF_USER)
