summaryrefslogtreecommitdiffstats
path: root/bsps/arm/stm32h7/console/console-uart7.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--bsps/arm/stm32h7/console/console-uart7.c15
1 files changed, 0 insertions, 15 deletions
diff --git a/bsps/arm/stm32h7/console/console-uart7.c b/bsps/arm/stm32h7/console/console-uart7.c
index eadf7723c6..cc113340c3 100644
--- a/bsps/arm/stm32h7/console/console-uart7.c
+++ b/bsps/arm/stm32h7/console/console-uart7.c
@@ -31,21 +31,6 @@
#include <stm32h7/hal.h>
-static const stm32h7_uart_config stm32h7_uart7_config = {
- .gpio = {
- .regs = GPIOB,
- .config = {
- .Pin = GPIO_PIN_3 | GPIO_PIN_4,
- .Mode = GPIO_MODE_AF_PP,
- .Pull = GPIO_NOPULL,
- .Speed = GPIO_SPEED_FREQ_LOW,
- .Alternate = GPIO_AF7_UART7
- }
- },
- .irq = UART7_IRQn,
- .device_index = 6
-};
-
stm32h7_uart_context stm32h7_uart7_instance = {
.uart = {
.Instance = UART7,