diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2012-01-09 18:28:29 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2012-01-09 18:28:29 +0000 |
commit | 7041c5b167918def8ad906cbd9a46d73acc73c56 (patch) | |
tree | 3ce109d0f20448364fbb908fcbe6ed413c3454e6 /os/hal/platforms/STM32L1xx | |
parent | da38ec03db0391378811e0214bf039feea6d79f3 (diff) | |
download | ChibiOS-7041c5b167918def8ad906cbd9a46d73acc73c56.tar.gz ChibiOS-7041c5b167918def8ad906cbd9a46d73acc73c56.tar.bz2 ChibiOS-7041c5b167918def8ad906cbd9a46d73acc73c56.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3775 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/platforms/STM32L1xx')
-rw-r--r-- | os/hal/platforms/STM32L1xx/hal_lld.h | 5 |
1 files changed, 5 insertions, 0 deletions
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 @@ -44,6 +44,11 @@ /*===========================================================================*/
/**
+ * @brief Defines the support for realtime counters in the HAL.
+ */
+#define HAL_IMPLEMENTS_COUNTERS TRUE
+
+/**
* @name Platform identification
* @{
*/
|