aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-02-24 09:14:49 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-02-24 09:14:49 +0000
commit2fe9b90f58e48b68a0598aeb18f70eb434fd25e1 (patch)
tree31dd226215412e885049716b7e20dde3866622e0 /os/hal
parent7e6968ec42e7370d5ae7cbe876a1358dc1ff6a79 (diff)
downloadChibiOS-2fe9b90f58e48b68a0598aeb18f70eb434fd25e1.tar.gz
ChibiOS-2fe9b90f58e48b68a0598aeb18f70eb434fd25e1.tar.bz2
ChibiOS-2fe9b90f58e48b68a0598aeb18f70eb434fd25e1.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5308 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal')
-rw-r--r--os/hal/templates/hal_lld.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/os/hal/templates/hal_lld.h b/os/hal/templates/hal_lld.h
index 36df64c48..c8c0534c3 100644
--- a/os/hal/templates/hal_lld.h
+++ b/os/hal/templates/hal_lld.h
@@ -36,12 +36,12 @@
/**
* @brief Defines the support for realtime counters in the HAL.
*/
-#define HAL_IMPLEMENTS_COUNTERS TRUE
+#define HAL_IMPLEMENTS_COUNTERS TRUE
/**
* @brief Platform name.
*/
-#define PLATFORM_NAME ""
+#define PLATFORM_NAME ""
/*===========================================================================*/
/* Driver pre-compile time settings. */