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

@ -22,7 +22,7 @@
#define __STM32F1xx_IT_H
#ifdef __cplusplus
extern "C" {
extern "C" {
#endif
/* Private includes ----------------------------------------------------------*/
@ -55,6 +55,7 @@ void SVC_Handler(void);
void DebugMon_Handler(void);
void PendSV_Handler(void);
void SysTick_Handler(void);
void USART1_IRQHandler(void);
/* USER CODE BEGIN EFP */
/* USER CODE END EFP */