aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/include
diff options
context:
space:
mode:
authorbarthess <barthess@yandex.ru>2015-10-14 17:52:47 +0300
committerbarthess <barthess@yandex.ru>2015-10-14 17:52:47 +0300
commitc757be0c16fb68bab56294b46f1de15e39abfcdb (patch)
tree75578f8ba19fd28d6e9b5358c49019bcd18352b1 /os/hal/include
parenta2f9bc469a30a16b125d7f1a01f9bd2fbfc7eeac (diff)
downloadChibiOS-Contrib-c757be0c16fb68bab56294b46f1de15e39abfcdb.tar.gz
ChibiOS-Contrib-c757be0c16fb68bab56294b46f1de15e39abfcdb.tar.bz2
ChibiOS-Contrib-c757be0c16fb68bab56294b46f1de15e39abfcdb.zip
Fixed typo
Diffstat (limited to 'os/hal/include')
-rw-r--r--os/hal/include/crc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/os/hal/include/crc.h b/os/hal/include/crc.h
index 2f50f8f..afa27e1 100644
--- a/os/hal/include/crc.h
+++ b/os/hal/include/crc.h
@@ -17,7 +17,7 @@
#ifndef _CRC_H_
#define _CRC_H_
-#if HAL_USE_CRC || defined(__DOXYGEN__)
+#if (HAL_USE_CRC == TRUE) || defined(__DOXYGEN__)
/*===========================================================================*/
/* Driver constants. */