From e9e6cdc67c77040502ff3ad85c3d5857fef16522 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Mon, 9 Jan 2012 19:43:26 +0000 Subject: Added macro HAL_IMPLEMENTS_COUNTERS to all HAL driver implementations. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3778 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/hal/platforms/LPC214x/hal_lld.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'os/hal/platforms/LPC214x/hal_lld.h') diff --git a/os/hal/platforms/LPC214x/hal_lld.h b/os/hal/platforms/LPC214x/hal_lld.h index 70349ae30..942cd2ec8 100644 --- a/os/hal/platforms/LPC214x/hal_lld.h +++ b/os/hal/platforms/LPC214x/hal_lld.h @@ -36,6 +36,11 @@ /* Driver constants. */ /*===========================================================================*/ +/** + * @brief Defines the support for realtime counters in the HAL. + */ +#define HAL_IMPLEMENTS_COUNTERS FALSE + /** * @brief Platform name. */ -- cgit v1.2.3