From 1f0f6b089966cdc1ea51839bfcd0e1fc2ce41a45 Mon Sep 17 00:00:00 2001 From: Pavel Kirienko Date: Tue, 15 Apr 2014 21:18:32 +0400 Subject: [PATCH] Misleading comment removed --- libuavcan_drivers/stm32/driver/src/uc_stm32_clock.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/libuavcan_drivers/stm32/driver/src/uc_stm32_clock.cpp b/libuavcan_drivers/stm32/driver/src/uc_stm32_clock.cpp index d5e7481eda..9d783eeff8 100644 --- a/libuavcan_drivers/stm32/driver/src/uc_stm32_clock.cpp +++ b/libuavcan_drivers/stm32/driver/src/uc_stm32_clock.cpp @@ -80,9 +80,6 @@ void init() TIMX->CR1 = TIM_CR1_CEN; // Start } -/** - * Callable from any context - */ static uavcan::uint64_t sampleFromCriticalSection(const volatile uavcan::uint64_t* const value) { assert(initialized);