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

utzig 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 c6e8680  hw/bsp/da1469x: Fix help text in serial load script
c6e8680 is described below

commit c6e8680264861bea8fb570b1d584a161e87caffa
Author: Naveen Kaje <[email protected]>
AuthorDate: Mon Feb 17 16:55:34 2020 -0600

    hw/bsp/da1469x: Fix help text in serial load script
    
    Match the script help with the serial load functionality
    provided.
    
    Signed-off-by: Naveen Kaje <[email protected]>
---
 hw/bsp/dialog_da1469x-dk-pro/da1469x_serial.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hw/bsp/dialog_da1469x-dk-pro/da1469x_serial.py 
b/hw/bsp/dialog_da1469x-dk-pro/da1469x_serial.py
index 383718c..2b6524a 100755
--- a/hw/bsp/dialog_da1469x-dk-pro/da1469x_serial.py
+++ b/hw/bsp/dialog_da1469x-dk-pro/da1469x_serial.py
@@ -24,7 +24,7 @@ import os
 
 @click.argument('infile')
 @click.option('-u', '--uart', required=True, help='uart port')
[email protected](help='Close out OTP configuration script')
[email protected](help='Load the provided file using serial load protocol')
 def load(infile, uart):
     try:
         ser = serial.Serial(port=uart, baudrate=115200, timeout=10,

Reply via email to