From 5c7834990903ba7bdbf9cfc21492693f524b9480 Mon Sep 17 00:00:00 2001 From: "@CarlWachter" Date: Sat, 1 Jun 2024 16:50:42 +0200 Subject: [PATCH] Fix: Compiling without STA_STM32_DELAY_US_TIM --- src/devices/stm32/time.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/devices/stm32/time.cpp b/src/devices/stm32/time.cpp index 97d5a1c..11e2f45 100644 --- a/src/devices/stm32/time.cpp +++ b/src/devices/stm32/time.cpp @@ -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