From 50fc23ed646db0152e861031f54a404f162a79b8 Mon Sep 17 00:00:00 2001 From: "@CarlWachter" Date: Sat, 6 Jan 2024 15:22:41 +0100 Subject: [PATCH] Feature: Variable for USART handle --- src/startup.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/startup.cpp b/src/startup.cpp index fe3e085..53fbc56 100644 --- a/src/startup.cpp +++ b/src/startup.cpp @@ -53,7 +53,7 @@ namespace sta */ STA_WEAK UART_HandleTypeDef * getUARThandle(){ - return &huart1; + return &STA_STM32_USART_HANDLE; } /**