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