You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by an...@apache.org on 2019/04/06 00:01:54 UTC

[mynewt-core] branch master updated: Corrected minor typos in value descriptions

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

andk 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 db39865  Corrected minor typos in value descriptions
db39865 is described below

commit db39865afecac49c7fdcd8c04c76917657c95e5a
Author: Ian Morris <ia...@outlook.com>
AuthorDate: Fri Apr 5 14:18:42 2019 -0700

    Corrected minor typos in value descriptions
---
 hw/mcu/dialog/da1469x/syscfg.yml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/hw/mcu/dialog/da1469x/syscfg.yml b/hw/mcu/dialog/da1469x/syscfg.yml
index 59047ca..631c507 100644
--- a/hw/mcu/dialog/da1469x/syscfg.yml
+++ b/hw/mcu/dialog/da1469x/syscfg.yml
@@ -94,7 +94,7 @@ syscfg.defs:
         value: 100
 
     SPI_0_MASTER:
-        description: 'Enable DA14xxx SPI Master'
+        description: 'Enable DA1469x SPI Master'
         value: 0
         restrictions:
             - "!SPI_0_SLAVE"
@@ -109,7 +109,7 @@ syscfg.defs:
         value: ''
 
     SPI_0_SLAVE:
-        description: 'Enable DA14xxx SPI Slave'
+        description: 'Enable DA1469x SPI Slave'
         value: 0
         restrictions:
             - "!SPI_0_MASTER"
@@ -127,7 +127,7 @@ syscfg.defs:
         value: ''
 
     SPI_1_MASTER:
-        description: 'Enable DA14xxx SPI2 Master'
+        description: 'Enable DA1469x SPI2 Master'
         value: 0
         restrictions:
             - "!SPI_1_SLAVE"
@@ -142,7 +142,7 @@ syscfg.defs:
         value: ''
 
     SPI_1_SLAVE:
-        description: 'Enable DA14xxx SPI2 Slave'
+        description: 'Enable DA1469x SPI2 Slave'
         value: 0
         restrictions:
             - "!SPI_1_MASTER"