diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2012-01-09 19:43:26 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2012-01-09 19:43:26 +0000 |
commit | e9e6cdc67c77040502ff3ad85c3d5857fef16522 (patch) | |
tree | 93259cf426796f9e3d93a8ee11d5c69fd3ea29f4 /os/hal/platforms/Win32/hal_lld.h | |
parent | a2708c091beb3331967dff2af9a9232744427de4 (diff) | |
download | ChibiOS-e9e6cdc67c77040502ff3ad85c3d5857fef16522.tar.gz ChibiOS-e9e6cdc67c77040502ff3ad85c3d5857fef16522.tar.bz2 ChibiOS-e9e6cdc67c77040502ff3ad85c3d5857fef16522.zip |
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
Diffstat (limited to 'os/hal/platforms/Win32/hal_lld.h')
-rw-r--r-- | os/hal/platforms/Win32/hal_lld.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/os/hal/platforms/Win32/hal_lld.h b/os/hal/platforms/Win32/hal_lld.h index fbeeaa61e..b9fb947e1 100644 --- a/os/hal/platforms/Win32/hal_lld.h +++ b/os/hal/platforms/Win32/hal_lld.h @@ -37,6 +37,11 @@ /*===========================================================================*/
/**
+ * @brief Defines the support for realtime counters in the HAL.
+ */
+#define HAL_IMPLEMENTS_COUNTERS FALSE
+
+/**
* @brief Platform name.
*/
#define PLATFORM_NAME "Win32"
|