aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/include/onewire.h
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/include/onewire.h
parent9345056eac6fe4bb9ef78ce20295c07ca27685a4 (diff)
downloadChibiOS-Contrib-a2f9bc469a30a16b125d7f1a01f9bd2fbfc7eeac.tar.gz
ChibiOS-Contrib-a2f9bc469a30a16b125d7f1a01f9bd2fbfc7eeac.tar.bz2
ChibiOS-Contrib-a2f9bc469a30a16b125d7f1a01f9bd2fbfc7eeac.zip
FSMC code cleanup
Diffstat (limited to 'os/hal/include/onewire.h')
-rw-r--r--os/hal/include/onewire.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/os/hal/include/onewire.h b/os/hal/include/onewire.h
index a2760e6..fac0b54 100644
--- a/os/hal/include/onewire.h
+++ b/os/hal/include/onewire.h
@@ -25,7 +25,7 @@
#ifndef _ONEWIRE_H_
#define _ONEWIRE_H_
-#if HAL_USE_ONEWIRE || defined(__DOXYGEN__)
+#if (HAL_USE_ONEWIRE == TRUE) || defined(__DOXYGEN__)
/*===========================================================================*/
/* Driver constants. */