diff options
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) */
/** @} */
|