You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by vi...@apache.org on 2017/10/11 22:24:43 UTC

[mynewt-core] branch master updated: disable _SOFT_PWM by default in the bsp

This is an automated email from the ASF dual-hosted git repository.

vipulrahane pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mynewt-core.git


The following commit(s) were added to refs/heads/master by this push:
     new e238322  disable _SOFT_PWM by default in the bsp
e238322 is described below

commit e238322fab9112a3c5e9115fa79527fee2592a1b
Author: Vipul Rahane <vi...@apache.org>
AuthorDate: Wed Oct 11 15:23:42 2017 -0700

    disable _SOFT_PWM by default in the bsp
---
 hw/bsp/nrf52dk/syscfg.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hw/bsp/nrf52dk/syscfg.yml b/hw/bsp/nrf52dk/syscfg.yml
index 861ca00..acfc64c 100644
--- a/hw/bsp/nrf52dk/syscfg.yml
+++ b/hw/bsp/nrf52dk/syscfg.yml
@@ -86,7 +86,7 @@ syscfg.defs:
 
     SOFT_PWM:
         description: 'SOFT PWM'
-        value: 1
+        value: 0
 
 syscfg.defs.BLE_LP_CLOCK:
     TIMER_0:

-- 
To stop receiving notification emails like this one, please contact
['"commits@mynewt.apache.org" <co...@mynewt.apache.org>'].