diff options
author | barthess <barthess@yandex.ru> | 2015-10-14 17:52:47 +0300 |
---|---|---|
committer | barthess <barthess@yandex.ru> | 2015-10-14 17:52:47 +0300 |
commit | c757be0c16fb68bab56294b46f1de15e39abfcdb (patch) | |
tree | 75578f8ba19fd28d6e9b5358c49019bcd18352b1 /os/hal/include | |
parent | a2f9bc469a30a16b125d7f1a01f9bd2fbfc7eeac (diff) | |
download | ChibiOS-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.h | 2 |
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. */ |