More bug #1134.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/stable_20.3.x@13917 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
This commit is contained in:
parent
363c4574f2
commit
202cc8664f
|
@ -442,7 +442,7 @@ void cry_lld_start(CRYDriver *cryp) {
|
|||
dmaStreamSetMemory0(cryp->hash_dma, &HASH->DIN);
|
||||
dmaStreamSetFIFO(cryp->hash_dma, STM32_DMA_FCR_DMDIS);
|
||||
#if STM32_DMA_SUPPORTS_DMAMUX
|
||||
dmaSetRequestSource(cryp->hash_dma, STM32_DMAMUX1_HASH);
|
||||
dmaSetRequestSource(cryp->hash_dma, STM32_DMAMUX1_HASH_IN);
|
||||
#endif
|
||||
#endif /* STM32_CRY_HASH_SIZE_THRESHOLD != 0 */
|
||||
rccEnableHASH(true);
|
||||
|
|
Loading…
Reference in New Issue