Feature: Variable for USART handle

This commit is contained in:
@CarlWachter 2024-01-06 15:22:41 +01:00
parent 70f2ba39e8
commit 50fc23ed64

View File

@ -53,7 +53,7 @@ namespace sta
*/
STA_WEAK
UART_HandleTypeDef * getUARThandle(){
return &huart1;
return &STA_STM32_USART_HANDLE;
}
/**