All STM32F7xx have programmable CRC module

This commit is contained in:
Andrey Gusakov 2021-07-05 23:39:06 +03:00 committed by Andrey
parent c4ea154c8f
commit 46e63fb787
1 changed files with 2 additions and 2 deletions

View File

@ -745,7 +745,7 @@
/* CRC attributes.*/
#define STM32_HAS_CRC TRUE
#define STM32_CRC_PROGRAMMABLE FALSE
#define STM32_CRC_PROGRAMMABLE TRUE
#endif /* defined(STM32F745xx) || defined(STM32F746xx) || defined(STM32F756xx) */
@ -1096,7 +1096,7 @@
/* CRC attributes.*/
#define STM32_HAS_CRC TRUE
#define STM32_CRC_PROGRAMMABLE FALSE
#define STM32_CRC_PROGRAMMABLE TRUE
#endif /* defined(STM32F765xx) || defined(STM32F767xx) || defined(STM32F769xx) ||
defined(STM32F777xx) || defined(STM32F779xx) */