summaryrefslogtreecommitdiffstats
path: root/bsps/arm/stm32h7/console/console-usart10.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--bsps/arm/stm32h7/console/console-usart10.c15
1 files changed, 0 insertions, 15 deletions
diff --git a/bsps/arm/stm32h7/console/console-usart10.c b/bsps/arm/stm32h7/console/console-usart10.c
index b73346e2cf..7ba2e45433 100644
--- a/bsps/arm/stm32h7/console/console-usart10.c
+++ b/bsps/arm/stm32h7/console/console-usart10.c
@@ -33,21 +33,6 @@
#ifdef USART10
-static const stm32h7_uart_config stm32h7_usart10_config = {
- .gpio = {
- .regs = GPIOB,
- .config = {
- .Pin = GPIO_PIN_15 | GPIO_PIN_14,
- .Mode = GPIO_MODE_AF_PP,
- .Pull = GPIO_NOPULL,
- .Speed = GPIO_SPEED_FREQ_LOW,
- .Alternate = GPIO_AF11_USART10
- }
- },
- .irq = USART10_IRQn,
- .device_index = 9
-};
-
stm32h7_uart_context stm32h7_usart10_instance = {
.uart = {
.Instance = USART10,