Merge pull request 'Fix: Compiling without STA_STM32_DELAY_US_TIM' (#29) from fix/STA_STM32_DELAY_US_TIM into main

Reviewed-on: https://git.intern.spaceteamaachen.de/ALPAKA/sta-core/pulls/29
Reviewed-by: dario <dario@noreply.git.intern.spaceteamaachen.de>
This commit is contained in:
dario 2024-06-01 15:15:16 +00:00
commit 7efa3c333e

View File

@ -27,7 +27,6 @@ namespace sta
{
return __HAL_TIM_GET_COUNTER(&STA_STM32_DELAY_US_TIM) / gDelayUsMul;
}
}
#endif // STA_STM32_DELAY_US_TIM
}
#endif // STA_PLATFORM_STM32