aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/src/eicu.c
diff options
context:
space:
mode:
authorbarthess <barthess@yandex.ru>2015-10-14 17:46:40 +0300
committerbarthess <barthess@yandex.ru>2015-10-14 17:46:40 +0300
commita2f9bc469a30a16b125d7f1a01f9bd2fbfc7eeac (patch)
treed3b55196a18b494f91352470cbd4f0f879d502c6 /os/hal/src/eicu.c
parent9345056eac6fe4bb9ef78ce20295c07ca27685a4 (diff)
downloadChibiOS-Contrib-a2f9bc469a30a16b125d7f1a01f9bd2fbfc7eeac.tar.gz
ChibiOS-Contrib-a2f9bc469a30a16b125d7f1a01f9bd2fbfc7eeac.tar.bz2
ChibiOS-Contrib-a2f9bc469a30a16b125d7f1a01f9bd2fbfc7eeac.zip
FSMC code cleanup
Diffstat (limited to 'os/hal/src/eicu.c')
-rw-r--r--os/hal/src/eicu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/os/hal/src/eicu.c b/os/hal/src/eicu.c
index 102b346..f75c58b 100644
--- a/os/hal/src/eicu.c
+++ b/os/hal/src/eicu.c
@@ -27,7 +27,7 @@
*/
#include "hal.h"
-#if HAL_USE_EICU || defined(__DOXYGEN__)
+#if (HAL_USE_EICU == TRUE) || defined(__DOXYGEN__)
/*===========================================================================*/
/* Driver local definitions. */