git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@13918 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
This commit is contained in:
Giovanni Di Sirio 2020-11-26 10:05:30 +00:00
parent e4ca442aaa
commit 6a608b9d33
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);