Update config for CH3 output compare

This commit is contained in:
2026-06-03 14:19:55 +02:00
parent 31bdeeaf50
commit 16fd59535e
5 changed files with 79 additions and 15 deletions

View File

@@ -43,7 +43,7 @@ extern "C" {
/* Exported constants --------------------------------------------------------*/
/* USER CODE BEGIN EC */
extern volatile global_state_t state_g;
extern TIM_HandleTypeDef htim2;
/* USER CODE END EC */
/* Exported macro ------------------------------------------------------------*/
@@ -51,6 +51,8 @@ extern volatile global_state_t state_g;
/* USER CODE END EM */
void HAL_TIM_MspPostInit(TIM_HandleTypeDef *htim);
/* Exported functions prototypes ---------------------------------------------*/
void Error_Handler(void);