diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2018-03-11 08:47:52 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2018-03-11 08:47:52 +0000 |
commit | 3d9f9a7d7a6ae63a8263e3f09b0789e29cc3f5b8 (patch) | |
tree | 85ee98b575c0d12084c4193bb41e94a7498c315d /os | |
parent | a271d810c1d8b722132ff20e7ee066bca328cde9 (diff) | |
download | ChibiOS-3d9f9a7d7a6ae63a8263e3f09b0789e29cc3f5b8.tar.gz ChibiOS-3d9f9a7d7a6ae63a8263e3f09b0789e29cc3f5b8.tar.bz2 ChibiOS-3d9f9a7d7a6ae63a8263e3f09b0789e29cc3f5b8.zip |
Minor registry fix for STM32H7xx.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11691 110e8d01-0319-4d1e-a829-52ad28d1bb01
Diffstat (limited to 'os')
-rw-r--r-- | os/hal/ports/STM32/STM32H7xx/stm32_registry.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/os/hal/ports/STM32/STM32H7xx/stm32_registry.h b/os/hal/ports/STM32/STM32H7xx/stm32_registry.h index 4389e675b..a6c7f9e2c 100644 --- a/os/hal/ports/STM32/STM32H7xx/stm32_registry.h +++ b/os/hal/ports/STM32/STM32H7xx/stm32_registry.h @@ -409,7 +409,7 @@ /* CRC attributes.*/
#define STM32_HAS_CRC TRUE
-#define STM32_CRC_PROGRAMMABLE FALSE
+#define STM32_CRC_PROGRAMMABLE TRUE
#endif /* defined(STM32H743xx) || defined(STM32H753xx) */
/** @} */
|