Minor registry fix for STM32H7xx.

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11691 110e8d01-0319-4d1e-a829-52ad28d1bb01
This commit is contained in:
Giovanni Di Sirio 2018-03-11 08:47:52 +00:00
parent a271d810c1
commit 3d9f9a7d7a
1 changed files with 1 additions and 1 deletions

View File

@ -409,7 +409,7 @@
/* CRC attributes.*/ /* CRC attributes.*/
#define STM32_HAS_CRC TRUE #define STM32_HAS_CRC TRUE
#define STM32_CRC_PROGRAMMABLE FALSE #define STM32_CRC_PROGRAMMABLE TRUE
#endif /* defined(STM32H743xx) || defined(STM32H753xx) */ #endif /* defined(STM32H743xx) || defined(STM32H753xx) */
/** @} */ /** @} */