mediCAL's first BLE project
Fork of nRF51822 by
Diff: nordic/nrf-sdk/app_common/app_gpiote.h
- Revision:
- 65:98215c4f3a25
- Parent:
- 45:3c4df37ed83e
--- a/nordic/nrf-sdk/app_common/app_gpiote.h Mon Sep 08 15:45:22 2014 +0000 +++ b/nordic/nrf-sdk/app_common/app_gpiote.h Mon Sep 08 17:21:46 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" @@ -97,7 +97,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. @@ -109,7 +109,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.