Updated cmake type project

This commit is contained in:
r.koeppe
2024-06-06 11:35:43 +02:00
parent 548ccb9be8
commit 62818b5ea7
27 changed files with 2530 additions and 946 deletions

View File

@ -27,14 +27,12 @@ extern "C" {
#endif
/* Includes ------------------------------------------------------------------*/
#include "stm32f3xx_hal.h"
/* Private includes ----------------------------------------------------------*/
/* USER CODE BEGIN Includes */
#include <stdint.h>
#include <stm32f302xc.h>
#include <stm32f3xx_hal.h>
#include <stm32f3xx_hal_conf.h>
/* USER CODE END Includes */
/* Exported types ------------------------------------------------------------*/