テスト用
Fork of nRF51822 by
Diff: nordic/nrf-sdk/app_common/app_gpiote.h
- Revision:
- 43:e1d294ed29c4
- Parent:
- 37:c29c330d942c
- Child:
- 45:3c4df37ed83e
--- 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.