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

[3/3] incubator-mynewt-core git commit: Fix errant comment line.

Fix errant comment line.


Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/commit/b3b452c0
Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/tree/b3b452c0
Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/diff/b3b452c0

Branch: refs/heads/develop
Commit: b3b452c05225b2e5ef76c4f7da29b93d02d45877
Parents: 63a8e65
Author: William San Filippo <wi...@runtime.io>
Authored: Mon Oct 10 15:43:37 2016 -0700
Committer: William San Filippo <wi...@runtime.io>
Committed: Mon Oct 10 17:43:33 2016 -0700

----------------------------------------------------------------------
 hw/bsp/nrf52dk/syscfg.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/b3b452c0/hw/bsp/nrf52dk/syscfg.yml
----------------------------------------------------------------------
diff --git a/hw/bsp/nrf52dk/syscfg.yml b/hw/bsp/nrf52dk/syscfg.yml
index 0fb2ad8..c6a60fd 100644
--- a/hw/bsp/nrf52dk/syscfg.yml
+++ b/hw/bsp/nrf52dk/syscfg.yml
@@ -43,7 +43,7 @@ syscfg.defs:
         value:  5
     UART_0_PIN_CTS:
         description: 'TBD'
-        value: 0 #'((1 << __NVIC_PRIO_BITS) - 1)'
+        value: 0
 
     UART_1:
         description: 'Bitbanger UART'