Add support for register callbacks

This commit is contained in:
2026-03-31 11:52:59 +03:00
parent 3cae8b7008
commit 7f116acf22
35 changed files with 4180 additions and 3469 deletions

View File

@@ -261,7 +261,7 @@ void CAN1_SCE_IRQHandler(void)
void TIM4_IRQHandler(void)
{
/* USER CODE BEGIN TIM4_IRQn 0 */
REQUESTER_Pulse_TIM_Handler();
/* USER CODE END TIM4_IRQn 0 */
HAL_TIM_IRQHandler(&htim4);
/* USER CODE BEGIN TIM4_IRQn 1 */