From 7041c5b167918def8ad906cbd9a46d73acc73c56 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Mon, 9 Jan 2012 18:28:29 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3775 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/hal/platforms/STM32L1xx/hal_lld.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'os/hal/platforms/STM32L1xx') diff --git a/os/hal/platforms/STM32L1xx/hal_lld.h b/os/hal/platforms/STM32L1xx/hal_lld.h index c56b8efa3..336e91f47 100644 --- a/os/hal/platforms/STM32L1xx/hal_lld.h +++ b/os/hal/platforms/STM32L1xx/hal_lld.h @@ -43,6 +43,11 @@ /* Driver constants. */ /*===========================================================================*/ +/** + * @brief Defines the support for realtime counters in the HAL. + */ +#define HAL_IMPLEMENTS_COUNTERS TRUE + /** * @name Platform identification * @{ -- cgit v1.2.3