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

jerzy 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 87116ffd7 tinyusb/cdc_console: Fix syscfg.yml doubled section
87116ffd7 is described below

commit 87116ffd790918fd0ed7484964641946ad25159d
Author: Jerzy Kasenberg <[email protected]>
AuthorDate: Fri Jun 21 12:05:08 2024 +0200

    tinyusb/cdc_console: Fix syscfg.yml doubled section
    
    syscfg.defs section was added twice and now text is
    rearranged
    
    Signed-off-by: Jerzy Kasenberg <[email protected]>
---
 hw/usb/tinyusb/cdc_console/syscfg.yml | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/hw/usb/tinyusb/cdc_console/syscfg.yml 
b/hw/usb/tinyusb/cdc_console/syscfg.yml
index b04d0a2ce..0fe967427 100755
--- a/hw/usb/tinyusb/cdc_console/syscfg.yml
+++ b/hw/usb/tinyusb/cdc_console/syscfg.yml
@@ -22,15 +22,14 @@ syscfg.defs:
         description: String for CDC/Console interface
         value: '"Mynewt console"'
 
-syscfg.vals:
-    USBD_CDC_CONSOLE: 1
-
-syscfg.defs:
     CONSOLE_USB_CDC_SYSINIT_STAGE:
         description: >
           Initialize USB CDC Console at the specified sysinit level
         value: 502
 
+syscfg.vals:
+    USBD_CDC_CONSOLE: 1
+
 syscfg.restrictions:
     - "USBD_CDC_CONSOLE"
     - CONSOLE_USB_CDC_SYSINIT_STAGE > USBD_SYSINIT_STAGE

Reply via email to