Nordic stack and drivers for the mbed BLE API

Dependents:   BLE_Health_Thermometer2

Fork of nRF51822 by Nordic Semiconductor

Files at this revision

API Documentation at this revision

Comitter:
Rohit Grover
Date:
Fri Jul 11 13:52:58 2014 +0100
Parent:
42:120a96d10f90
Child:
44:47da5c62e067
Commit message:
no need to include nrf.h

Changed in this revision

nordic/nrf-sdk/app_common/app_gpiote.h Show annotated file Show diff for this revision Revisions of this file
--- a/nordic/nrf-sdk/app_common/app_gpiote.h	Fri Jul 11 13:52:12 2014 +0100
+++ b/nordic/nrf-sdk/app_common/app_gpiote.h	Fri Jul 11 13:52:58 2014 +0100
@@ -42,7 +42,7 @@
 
 #include <stdint.h>
 #include <stdbool.h>
-#include "nrf.h"
+// #include "nrf.h"
 #include "app_error.h"
 #include "app_util.h"
 
@@ -93,7 +93,7 @@
  * @param[in]   max_users               Maximum number of GPIOTE users.
  * @param[in]   p_buffer                Pointer to memory buffer for internal use in the app_gpiote
  *                                      module. The size of the buffer can be computed using the
- *                                      APP_GPIOTE_BUF_SIZE() macro. The buffer must be aligned to 
+ *                                      APP_GPIOTE_BUF_SIZE() macro. The buffer must be aligned to
  *                                      a 4 byte boundary.
  *
  * @retval      NRF_SUCCESS             Successful initialization.
@@ -105,7 +105,7 @@
 /**@brief Function for registering a GPIOTE user.
  *
  * @param[out]  p_user_id               Id for the new GPIOTE user.
- * @param[in]   pins_low_to_high_mask   Mask defining which pins will generate events to this user 
+ * @param[in]   pins_low_to_high_mask   Mask defining which pins will generate events to this user
  *                                      when state is changed from low->high.
  * @param[in]   pins_high_to_low_mask   Mask defining which pins will generate events to this user
  *                                      when state is changed from high->low.