Fix: Compiling without STA_STM32_DELAY_US_TIM

This commit is contained in:
@CarlWachter 2024-06-01 16:50:42 +02:00
parent 797d8d65df
commit 5c78349909

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