Skip to content

Commit

Permalink
tinyusb/cdc_console: Fix syscfg.yml doubled section
Browse files Browse the repository at this point in the history
syscfg.defs section was added twice and now text is
rearranged

Signed-off-by: Jerzy Kasenberg <jerzy.kasenberg@codecoup.pl>
  • Loading branch information
kasjer committed Jun 21, 2024
1 parent 5dced26 commit 87116ff
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions hw/usb/tinyusb/cdc_console/syscfg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 87116ff

Please sign in to comment.