diff options
| author | barthess <barthess@yandex.ru> | 2015-10-14 17:46:40 +0300 |
|---|---|---|
| committer | barthess <barthess@yandex.ru> | 2015-10-14 17:46:40 +0300 |
| commit | a2f9bc469a30a16b125d7f1a01f9bd2fbfc7eeac (patch) | |
| tree | d3b55196a18b494f91352470cbd4f0f879d502c6 /os/hal/src/crc.c | |
| parent | 9345056eac6fe4bb9ef78ce20295c07ca27685a4 (diff) | |
| download | ChibiOS-Contrib-a2f9bc469a30a16b125d7f1a01f9bd2fbfc7eeac.tar.gz ChibiOS-Contrib-a2f9bc469a30a16b125d7f1a01f9bd2fbfc7eeac.tar.bz2 ChibiOS-Contrib-a2f9bc469a30a16b125d7f1a01f9bd2fbfc7eeac.zip | |
FSMC code cleanup
Diffstat (limited to 'os/hal/src/crc.c')
| -rw-r--r-- | os/hal/src/crc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/os/hal/src/crc.c b/os/hal/src/crc.c index e8c2d0b..8587674 100644 --- a/os/hal/src/crc.c +++ b/os/hal/src/crc.c @@ -19,7 +19,7 @@ */ #include "hal.h" -#if HAL_USE_CRC || defined(__DOXYGEN__) +#if (HAL_USE_CRC = TRUE) || defined(__DOXYGEN__) /*===========================================================================*/ /* Driver local definitions. */ |
