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:
parent
a271d810c1
commit
3d9f9a7d7a
|
@ -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) */
|
||||
/** @} */
|
||||
|
|
Loading…
Reference in New Issue