CMake (+VSCode)

This commit is contained in:
Attila Body 2025-05-26 21:19:38 +02:00
parent 01a3e1b6e5
commit 0159a9cb45
Signed by: abody
GPG key ID: BD0C6214E68FB5CF
21 changed files with 1073 additions and 538 deletions

View file

@ -198,6 +198,19 @@ void SysTick_Handler(void)
/* please refer to the startup file (startup_stm32f1xx.s). */
/******************************************************************************/
/**
* @brief This function handles USART1 global interrupt.
*/
void USART1_IRQHandler(void)
{
/* USER CODE BEGIN USART1_IRQn 0 */
/* USER CODE END USART1_IRQn 0 */
/* USER CODE BEGIN USART1_IRQn 1 */
/* USER CODE END USART1_IRQn 1 */
}
/* USER CODE BEGIN 1 */
/* USER CODE END 1 */