disable app_gpiote by default

master
Rohit Grover 2014-08-29 15:04:04 +01:00
parent 7050c1e1c8
commit 442e7fd98d
1 changed files with 4 additions and 0 deletions

View File

@ -10,6 +10,8 @@
*
*/
#if NEED_APP_GPIOTE /* disabled by default */
#include "app_gpiote.h"
#include <stdlib.h>
#include <string.h>
@ -358,3 +360,5 @@ uint32_t app_gpiote_disable_interrupts(void)
return NRF_ERROR_NOT_SUPPORTED;
}
#endif // SVCALL_AS_NORMAL_FUNCTION || SER_CONNECTIVITY
#endif // #if NEED_APP_GPIOTE