nordic_global.h file now included

pull/185/head
tkuyucu 2014-02-17 10:31:20 +01:00
parent d7dae24aaa
commit 4f6b0b6443
2 changed files with 12 additions and 1 deletions

View File

@ -0,0 +1,11 @@
#ifndef _NORDIC_GLOBAL_H_
#define _NORDIC_GLOBAL_H_
/* There are no global defines in mbed, so we need to define */
/* mandatory conditional compilation flags here */
//#define NRF51
#define DEBUG_NRF_USER
#define BLE_STACK_SUPPORT_REQD
#define BOARD_PCA10001
#endif

View File

@ -19,7 +19,7 @@
#ifndef NRF_H
#define NRF_H
#include "nordic_global.h"
#include "compiler_abstraction.h"
#include "nrf51.h"
#include "nrf51_bitfields.h"