UART added

This commit is contained in:
StefansE
2026-03-26 15:32:14 +01:00
parent 53269db9a6
commit 6b3f588fb0
12 changed files with 7486 additions and 24 deletions

View File

@@ -57,6 +57,7 @@ void PendSV_Handler(void);
void SysTick_Handler(void);
void DMA1_Channel5_IRQHandler(void);
void TIM2_IRQHandler(void);
void USART2_IRQHandler(void);
/* USER CODE BEGIN EFP */
/* USER CODE END EFP */