aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/NRF51/NRF51822/PWM/mcuconf.h
diff options
context:
space:
mode:
authorStephane D'Alu <sdalu@sdalu.com>2016-05-18 16:04:10 +0200
committerStephane D'Alu <sdalu@sdalu.com>2016-05-18 16:04:10 +0200
commit91281015ab24fbcf341224e46b74ffab5540297e (patch)
tree912a4fe393596a4e3e3fbc2c8503fc685f4518b0 /testhal/NRF51/NRF51822/PWM/mcuconf.h
parentb0dd73442bc0e0cd62a963b431aa9a72c6e86953 (diff)
downloadChibiOS-Contrib-91281015ab24fbcf341224e46b74ffab5540297e.tar.gz
ChibiOS-Contrib-91281015ab24fbcf341224e46b74ffab5540297e.tar.bz2
ChibiOS-Contrib-91281015ab24fbcf341224e46b74ffab5540297e.zip
allow use of GPIOTE/PPI to drive gpio pin (without callback)
changed value of PAL_NOLINE to -1
Diffstat (limited to 'testhal/NRF51/NRF51822/PWM/mcuconf.h')
-rw-r--r--testhal/NRF51/NRF51822/PWM/mcuconf.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/testhal/NRF51/NRF51822/PWM/mcuconf.h b/testhal/NRF51/NRF51822/PWM/mcuconf.h
index 1694678..374340b 100644
--- a/testhal/NRF51/NRF51822/PWM/mcuconf.h
+++ b/testhal/NRF51/NRF51822/PWM/mcuconf.h
@@ -25,5 +25,6 @@
#define NRF51_ST_USE_RTC1 FALSE
#define NRF51_ST_USE_TIMER0 FALSE
#define NRF51_PWM_USE_TIMER0 TRUE
+#define NRF51_PWM_USE_GPIOTE_PPI TRUE
#endif /* _MCUCONF_H_ */