Nucleo UART3 (console) pins correction

Now using default pins
This commit is contained in:
Robin Mueller
2021-04-23 10:18:34 +02:00
committed by Sebastian Huber
parent de6e5153c5
commit 53bb397dfa
2 changed files with 2 additions and 8 deletions

View File

@@ -3,10 +3,7 @@ actions:
- define-unquoted: null
build-type: option
default: ( GPIO_PIN_8 | GPIO_PIN_9 )
default-by-variant:
- value: ( GPIO_PIN_9 | GPIO_PIN_10 )
variants:
- arm/nucleo-h743zi
default-by-variant: []
enabled-by: true
format: '{}'
links: []

View File

@@ -3,10 +3,7 @@ actions:
- define-unquoted: null
build-type: option
default: GPIOD
default-by-variant:
- value: GPIOB
variants:
- arm/nucleo-h743zi
default-by-variant: []
enabled-by: true
format: '{}'
links: []