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:
Giovanni Di Sirio 2020-11-26 10:05:20 +00:00
parent 363c4574f2
commit 202cc8664f
1 changed files with 1 additions and 1 deletions

View File

@ -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);