diff options
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"
|